Hello, please help me to add POST support.
When I programmed ESP in NODEMC in LUA there was no problem, I checked the payload content and looked for what I was interested in.
Here it is no longer so rosy.
I currently use ESP to control relays using GET, but sending text from a WEB page to a server that sits on ESP requires reading it (the text) from a URL, unfortunately I don't know how to read it in the program.
How to read the POST in the Arduino I don't know either, can you help me?
Here is the code:
[/code]
When I programmed ESP in NODEMC in LUA there was no problem, I checked the payload content and looked for what I was interested in.
Here it is no longer so rosy.
I currently use ESP to control relays using GET, but sending text from a WEB page to a server that sits on ESP requires reading it (the text) from a URL, unfortunately I don't know how to read it in the program.
How to read the POST in the Arduino I don't know either, can you help me?
Here is the code:
Code: C / C++