Is there any other variants to send http/https request from C/C++ except using libCurl? I can't figure out how to use libCurl with OpenSSL :( I want to interact with YoutubeAPI.
SFML has a nice, simple to use in-built HTTP implementation. You can find a tutorial here. It looks to me that for youtube you can simply use POST - look here.
Perhaps these two examples will be of help to you?
http://curl.haxx.se/libcurl/c/https.html
http://curl.haxx.se/libcurl/c/simplessl.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With