2023-11-26 10:41 PM
Hello Team,
I am currently working on Ethernet to send data to server. I have tested the Ethernet and have sent data to server via "TCP" but my requirement is to send data using "Post" method of any URL.
Do you have any example code or can you provide a example workspace for sending the data to server using Ethernet via "Post".
I request and hope to hear from you soon. Thanking you in advance.
Have a great day.
Regards,
Amey Vandre
2023-11-27 02:13 AM
Check lwip's httpd file, I think there are "POST" options implemented, or at least prepared.
I never used POST, instead I put my own code into that file to use the PUT method which I had to use.