Posts by Eduardo Barcellos • 11 points
3 posts
-
0
votes1
answer20
viewsA: Search engines ignore includes in php?
The PHP code is processed on the server. The document that the browser (client) receives is the result of this processing, so the search engines will not know of the existence of include.
-
0
votes1
answer438
viewsA: How to enable CORS in Java projects with JWT implementation?
The error of the browser Response to preflight request doesn't pass access control check: It does not have HTTP ok status indicates the endpoint http://localhost:8080/test/ is not returning the code…
-
1
votes3
answers296
viewsA: How can I connect to my repository again?
Install the Git; Open Terminal or Command Prompt; Navigate to the folder you want to place your codes in; Execute git clone <<url do seu repositório>> Example: git clone…