I want to use libcurl with my Photon in order to do some POST/GET and others requests.
I’ve been searching for a while over the internet, but I’m not able to find a good solution for my problem.
I found some source code for curlcpp, a curl lib in c++ but there is an include curl/curl.h and I can’t find this.
I’m working on it since an hour but I’ve never done any http request before, so it’s not that easy for me, I may need some tips or advices.
I’m mostly doing POST requests
EDIT :
I’ve got some trouble with HttpClient.
response.status is -1 and response.body is empty after http.post. I think that this is about authentication, but I don’t know where I missed something.