POST request headers

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
newb
Posts: 43
Joined: Wed Jan 10, 2018 8:19 pm
Location: Bulgaria

POST request headers

Post by newb » Wed Jun 09, 2021 7:07 pm

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?

Post Reply