The response to the search request seems to be missing ‘Access-Control-Allow-Origin’ Header.
The header is present for OPTIONS request for the same URL. The value in this instance comes back as ‘*’. However, following GET request does not have the header and the browser errors out with
We fixed the developer site. I expected that to fix your issue too.
We are investigating your particular issue (Only two customers including yourself have reported this)
We are currently getting over 200 successful API calls per second and have been all day, so this is not affecting all API users.
We will continue to investigate of course.
Could the issue be related to the browser? I.e. we are calling your API from AJAX, therefore the browser requires the header “Access-Control-Allow-Origin” were a direct backend call can ignore that header.
@MArkWilliams I’m also experiencing this issue, the missing header is preventing CORS requests.
It had already been reported here so I didn’t see the point in commenting, but I’ve been keeping an eye on this issue.