-->
Page 1 of 1

Posting of data using HTTP

PostPosted: Wed Oct 14, 2015 8:53 am
by trendchaster
Hello folks,
Newbie to HTTP.I want to post string of array using esp to http .Any idea how it can be done?
Thanking you in advance.

Re: Posting of data using HTTP

PostPosted: Wed Oct 14, 2015 9:48 am
by eduperez
It depends on how does the server expect to receive such data. Do you have control on the server, can you code the program that will receive the data? Or do you have to use an existing server?

If there exists a web page that you can currently use from a browser, and you want to make that from a ESP, then all is needed is to have a look to the HTML code from that page.