-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[ESP8266] Enable CORS globally #5405
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
base: mega
Are you sure you want to change the base?
[ESP8266] Enable CORS globally #5405
Conversation
|
@TD-er: This would be ready to merge too... |
Can you have a look at my last question, right above your reply? |
|
Strange.. I do not see your entry on my side. |
That's because the |
Exactly my thinking. But I am not sure if it also affects ESP32 builds since I have struggled to understand. So I got tired of investigating. :) |
So it seems it doesn't |


Next try :)
I found out that CORS was only for
/jsonand/metricsenabled. With this change, CORS is now globally enabled for ESP8266 builds, to get the same behavior as in ESP32 builds…