Posts by DouglasCamargo • 101 points
1 post
-
0
votes2
answers438
viewsA: GET request via AJAX only works by entering the address bar
As pointed out by @demarchisd, this is probably a CORS problem. One way to resolve this is to make the request on the server side and then return with AJAX to the desired page. For example, in PHP…