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
Currently Lumia REST API lacks CORS headers.
It's an issue if we want to use it from a web app.
Browsers require CORS to accept connections from a given domain to allow it to connect to.
Browsers have other restrictions like cross-security stuff which technically would avoid a secured domain to connect with an unsecured one but on most browsers there's an exception on localhost/127.0.0.1 (except for some Safari and Brave if shield is enabled) so if CORS headers were added we could technically connect to Lumia API.
Basically it would be nice if Lumia was sending this in the response headers: Access-Control-Allow-Origin: *
Have a good day :)
The text was updated successfully, but these errors were encountered:
Hello!
Currently Lumia REST API lacks CORS headers.
It's an issue if we want to use it from a web app.
Browsers require CORS to accept connections from a given domain to allow it to connect to.
Browsers have other restrictions like cross-security stuff which technically would avoid a secured domain to connect with an unsecured one but on most browsers there's an exception on localhost/127.0.0.1 (except for some Safari and Brave if shield is enabled) so if CORS headers were added we could technically connect to Lumia API.
Basically it would be nice if Lumia was sending this in the response headers:
Access-Control-Allow-Origin: *
Have a good day :)
The text was updated successfully, but these errors were encountered: