Skip to main content
Visitor II
November 27, 2023
Question

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

  • November 27, 2023
  • 1 reply
  • 977 views

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

    This topic has been closed for replies.

    1 reply

    Graduate II
    November 27, 2023

    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.