You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi folks,
i'm working on tizen os with gearfit 2 pro smart watch
and want to deploye data from gearfit 2 pro to azure by using curl command for storing data into microsoft azure table storage account .
hi folks,
i'm working on tizen os with gearfit 2 pro smart watch
and want to deploye data from gearfit 2 pro to azure by using curl command for storing data into microsoft azure table storage account .
curl_easy_setopt(curl, CURLOPT_URL, "http://192.168.99.106:3000/getData/");
curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "POST");
// struct curl_slist *headers = NULL;
// headers = curl_slist_append(headers, "content-type:application/json");
//
// curl_easy_setopt(curl, CURLOPT_HEADERDATA ,headers);
The text was updated successfully, but these errors were encountered: