Page 1 of 1

POST request headers

Posted: Wed Jun 09, 2021 7:07 pm
by newb
Not particularly a uPython issue, but someone might help.
I'm trying to use this code on esp8266 https://github.com/cpopp/MicroPythonSam ... kconfig.py for sending POST request to the form. However when sending the data from Safari, no POST variables are passed to the server. Chrome and Firefox work ok.

Does anyone if there's a specific header parameter which need to be passed?