In my project i am using libcurl to download data over internet. The problem is that libcurl doesn’t detect the proxy settings of the wifi connection.
I must set manually the settings for libcurl so i’m wondering how can a get the proxy settings of a wifi connection. I found some clues about informations in the KeyChain but i was unable to retrieve them.
Do you know if there is a way to get this settings so i can set them for libcurl ?
Thanks !
I found the response !
Using this bit of code seems to work :
I haven’t try with automatic proxy configuration yet but i hope it’s working !