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
The server keeps returning status 502, with the error message:
Failed to load '<my_server>': Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<the_origin>' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Is the config all wrong, or the server has a mind of its own?
I'm sure I'm just doing something wrong. Something completely wrong.
However, here's the issue:
The server keeps returning status
502
, with the error message:Failed to load '<my_server>': Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<the_origin>' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Is the config all wrong, or the server has a mind of its own?
The request to the server is relatively simple:
There's also a POST request, that actually sends data through in the body as well, however, haven't gotten to that point yet.
Am I missing something?
The text was updated successfully, but these errors were encountered: