Debugging
Posted: Wed Oct 17, 2012 4:42 am
Or can I access your proxy in my code?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Or can I access your proxy in my code?
Ah found a much easier solution. You just need to add this line to the top of the remote php script
header(“Access-Control-Allow-Origin: [url=http://project.tiggzi.com”]http://project.tiggzi.com”[/url]);
It works.
That's how you make the service support cross-domain calls.
Yes, if it's a php script