cancel
Showing results for 
Search instead for 
Did you mean: 

Help regarding sending data to server using "Post" method via Ethernet.

av_4103
Associate

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

1 REPLY 1
LCE
Principal

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.