HTTPS Post Question

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JaGo_1745041
Level 1
Level 1
Welcome! First question asked

I am using WICED SDK 3.1.2. I am able to use http_stream_t session and do a HTTP POST to webserver successfully. I want to do a HTTPS  POST to webserver. Is there an equivalent to http_stream_t for HTTPS POST? Is there a sample code available that shows how to do a HTTPS POST using WICED SDK 3.1.2?

Thanks,

-janaki

0 Likes
1 Reply
JaeyoungY_71
Employee
Employee
First comment on KBA 25 solutions authored 10 solutions authored

Hi Janaki,

You could refer the snip/https_client app in SDK 3.1.2 for using wiced_https_get() for https requests.

Thanks,

Jaeyoung

0 Likes