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
Problem:
In it's current state, it's not possible to make https request from a wep app to the OpenSeed server. Access to XMLHttpRequest at 'https://api.openseed.solutions/testing' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Possible solution:
In order to allow https requests from browsers the server should respond with an "Access-Control-Allow-Origin" header information like this: Access-Control-Allow-Origin: *
The text was updated successfully, but these errors were encountered:
Strange, I thought I set this already. However, it might not matter much anymore as that endpoint is now officially dead due to things outside of our control.
Problem:
In it's current state, it's not possible to make https request from a wep app to the OpenSeed server.
Access to XMLHttpRequest at 'https://api.openseed.solutions/testing' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Possible solution:
In order to allow https requests from browsers the server should respond with an "Access-Control-Allow-Origin" header information like this:
Access-Control-Allow-Origin: *
The text was updated successfully, but these errors were encountered: