Get rid of CORS for method other than GET #9002
jbreizh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Just a quick note to fix CORS error especially for testing when you are developing your client (so local file on your computer) requesting on your ESP.
chromium --disable-web-security --user-data-dir=~/test
Quick explanation (i am not a pro at all):
It take me a lot of time to understand, so i wanted to share this solution. If you have a better one, i am happy to hear you !!!!
Beta Was this translation helpful? Give feedback.
All reactions