Page 1 of 1
Hi , is there any sample code for the HTTP(POST,PATCH) request using https response..??
Posted: Tue May 30, 2017 6:22 am
by Reeshma
Am a newbie to this platform , can anyone please say.
Re: Hi , is there any sample code for the HTTP(POST,PATCH) request using https response..??
Posted: Tue May 30, 2017 7:02 am
by rudi ;-)
Reeshma wrote:Am a newbie to this platform , can anyone please say.
there are
more as any
best wishes
rudi
Re: Hi , is there any sample code for the HTTP(POST,PATCH) request using https response..??
Posted: Tue May 30, 2017 7:32 am
by Reeshma
Thanks for your reply sir, i can able to read the json formatted text via the http get in https_request example , now i want to post or patch the json text from esp32 to webserver using the https_request example.
can you please say , which function will am need to add in the code, what modification , will am need to do..??
Re: Hi , is there any sample code for the HTTP(POST,PATCH) request using https response..??
Posted: Tue May 30, 2017 8:54 am
by rudi ;-)
Reeshma wrote:Thanks for your reply sir, i can able to read the json formatted text via the http get in https_request example , now i want to post or patch the json text from esp32 to webserver using the https_request example.
can you please say , which function will am need to add in the code, what modification , will am need to do..??
the request and post is
often times here spoken, also to difference language
example jerryScript so you can look up
example here and
perhabs
this helps you further in your steps
there are samples and projects and
security info ( certificate ) too.
hope this helps.
best wishes
rudi
Re: Hi , is there any sample code for the HTTP(POST,PATCH) request using https response..??
Posted: Wed May 31, 2017 7:01 am
by Reeshma
Thank you sir , i will check that one