I'm just starting out with the API. My test requests work fine if run directly on a browser, but fail when run via AJAX in my web app.
The 'Access-Control-Allow-Origin' header in the response has a value 'http://www.active.com'. As this isn't the same as the requesting origin the request is blocked.
Is there something I should be doing to get around this? Or is the wrong 'Access-Control-Allow-Origin' header value being returned?
I'm just starting out with the API. My test requests work fine if run directly on a browser, but fail when run via AJAX in my web app.
The 'Access-Control-Allow-Origin' header in the response has a value 'http://www.active.com'. As this isn't the same as the requesting origin the request is blocked.
Is there something I should be doing to get around this? Or is the wrong 'Access-Control-Allow-Origin' header value being returned?
Message edited by Mapometer 2 years ago
Tags