Posts by Adailton Ribeiro • 21 points
3 posts
-
0
votes1
answer67
viewsQ: A question regarding the use of POST in communication between Javascript/AJAX and PHP?
Well I am working on a project that connects JS to PHP through AJAX. To make this connection was using the GET method and then made the request this way: "seilaooque.php?valor1=x&valor2=y" only…
-
0
votes1
answer2764
viewsA: Problem related to CORS
"WWW" was missing. The reason I can’t say for sure because it was working well before without the WWW, could be something related to the same server. But that’s problem solved.
-
2
votes1
answer2764
viewsQ: Problem related to CORS
In recent days I had a problem with the contact form of my site, the error in question is CORS. Well, so far so good, it’s a problem that I’m sure a lot of you have already passed. The problem in…