Trying to make a cross origin call from one server to another server. Cant get it working.
So made a test page with the code that works with this example
http://arunranga.com/examples/access-control/preflightInvocation.html
Here is my example page with same code:
http://webcosmo.com/test.html
However I am getting 403 forbidden error.
Anybody?
Your resource is missing
Access-Control-Allow-Originheader. Thus CORS won’t work with it. Try adding this to your response headers:Read this for more info about
Access-Control-Allow-Originheader.