Replies: 3 comments 11 replies
-
Not sure if this is the issue, but your allowed origin should not be the complete URL of your endpoint you need to remove the path part. The origin should be |
Beta Was this translation helpful? Give feedback.
-
Makes the change. Same result. Try to replace with '*' same result normally will be 204 but is 200. Curl results : |
Beta Was this translation helpful? Give feedback.
-
OTA.zip |
Beta Was this translation helpful? Give feedback.
-
I am building a simple OTA system for ESP32. This is the simple code of the server. The OPTIONS request does'nt work properly (see the joined image). CORS is not taken in care OPTIONS. Leatest version of microdot (2.07).
Beta Was this translation helpful? Give feedback.
All reactions