-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chrome not sending preflight, firefox seems to be working #226
Comments
Searching for "The request client is not a secure context and the resource is in more-private address space |
it is an esp32 that is crunching interrupts to run my lathe so HTTPS may be too much to ask. here's the code for the esp32 and the react code is here |
also, i saw in the documentation that the preflight example they used issues a 204, not a 200. I'd wonder if that is an issue on the server side but it never actually makes the OPTIONS request since I'm logging that and never see it. |
@jschoch I didn't use esp32, but you use |
I am using Node.js as the backend, and I am encountering the God bless you! |
I'm connecting to an ESP32 running espasyncwebserver. I want to serve my react app via amazon S3. After battling much I've managed to get firefox working but chrome refuses to send the preflight.
my react is something like this
my esp32 is something like this
same code in firefox is working great
and here are the headers
chrome doesn't even show any headers, and my esp32 never see's a OPTIONS request. it seems to be blocked in chrome before it can be sent
the console log in chrome says:
at a complete loss as how to trouble shoot this.
I can share the fulll sources but I need to deal with some git issues right now. let me know if you need more source.
The text was updated successfully, but these errors were encountered: