Posts by Willian • 33 points
3 posts
-
0
votes1
answer23
viewsQ: With Docker running a different URL
I have an application running back end with Nestjs, Typeorm and Mongodb and my front end running React. I created a Docker container to run all applications but I have a problem. To run my local…
-
2
votes4
answers1891
viewsQ: Sum of pairs typed interval
I am trying to do a function for summing even numbers in an interval. For example somaDosPares(6) resultado = 12, but always returns me the number of (). function somaDosPares(x){ let soma = 0;…
-
-2
votes2
answers79
viewsQ: Suffering with php Injection PHP Injection
Hello folks I am suffering a lot with php Injection and I believe that the vulnerability is in the codes below will be that could help me to end this. <?php $page = ($_GET['loadpage'] == "") ?…