Languages

Menu
Sites
Language
HTTP API for HTTPS in Wearable 3.0 SDK

Hello!

Is it possible to send HTTPS requests with Tizen's HTTP API? I didn't see anywhere it explicitly says that only HTTP requests are available and there's hint of SSL with "HTTP_ERROR_SSL_CONNECT_ERROR.", yet I couldn't complete any of the HTTPS requests I've tried.

 

Do I need to use libcurl for HTTPS requests or is there way to to use HTTP API for HTTPS requests?

Responses

1 Replies
Shaswati Saha

I think, the reason behind inability to do HTTPS request is that HTTP API supports in Tizen 3.0 or higher version. If you're using lower than version 3.0 than I would like to suggest you to use Curl.

Moreover, if you want to switch from Native to Web app development then you may try using xmlhttprequest. The whole thing is depending upon your requirement.