Posts by Alcides Junior • 23 points
1 post
-
2
votes2
answers11133
viewsQ: No 'Access-Control-Allow-Origin' header using php
I am trying to make a simple request via localhost to an external server, but without success. Can anyone help me? $(function(){ jQuery.support.cors = true; $.ajax({ type: 'get', crossDomain: true,…