Page 1 of 1

HI everyone,how can i send the data request http POST using https_request from esp32 to webserver..?

Posted: Wed May 31, 2017 7:17 am
by Reeshma
how can i send the data request http POST using https_request from esp32 to webserver..?

Thank you.
Regards.

Re: HI everyone,how can i send the data request http POST using https_request from esp32 to webserver..?

Posted: Thu Jun 01, 2017 10:27 pm
by kolban
I have had good luck making REST calls (HTTP and HTTPS posts) using libcurl. See for example:

https://esp32.com/viewtopic.php?f=18&t=1584

However there are alternate solutions also available.

Re: HI everyone,how can i send the data request http POST using https_request from esp32 to webserver..?

Posted: Fri Jun 02, 2017 3:33 am
by Reeshma
Thank you sir...i will refer and try that one..