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
You mentioned the request header on Firefox is Origin: https://127.0.0.1:8080 - what is Chrome sending as Origin header? I imagine this might be the issue.. as your allow_origin is https://localhost:8080 it may not match it if firefox sends the IP. So in development if you don't use a hostname I'd suggest adding both the local IP and localhost to the allow_origin array.
I've got a pretty much default setup.
When i make a request from Chrome, the headers are set as expected:
But when I make the exact same request from Firefox, the following headers are return:
How can the result for allow-origin be null in this case?
FYI, the request headers from FF look like this:
The text was updated successfully, but these errors were encountered: