You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, some of the time the request works, and some of the time I get the following error. It's almost 50/50:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.allorigins.win/json?url=https://myurl.org. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 500
The text was updated successfully, but these errors were encountered:
I'm not 100% sure but when I tried fetch API using javascript, rather than XML HttpRequest, the problem of intemittantly missing Access-Control-Allow-Origin header seemed to dissapear. Ie. the fetch API perhaps seemed to be better and not have this same problem. Unfortunately I can't test this further at the moment because I am now getting 502 upon request, for which I have filed another bug.
Hi, some of the time the request works, and some of the time I get the following error. It's almost 50/50:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.allorigins.win/json?url=https://myurl.org. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 500
The text was updated successfully, but these errors were encountered: