
Please support Proxy with HTTP librairie with Système proxy support (Config with OS) and/or forced purebasic proxy (Config in Purebasic code).
It's important for Professional development.
Thansk, and excuse me for my bad english.

Code: Select all
If Len(proxy$)
curl_easy_setopt(curl, #CURLOPT_PROXY, @proxy$)
EndIf
I don't understand. How to use it with ReceiveHTTPFile() or ReceiveHTTPMemory()infratec wrote:Fix for the moment:If you do it 'by hand' with the inbuild curl library.Code: Select all
If Len(proxy$) curl_easy_setopt(curl, #CURLOPT_PROXY, @proxy$) EndIf
But it should be an optional parameter of the http procedures.
Bernd
It's not possible with the 'high-level' procedures.infratec wrote:If you do it 'by hand' with the inbuild curl library.
I use my own http librarie. But it's better if the PB Team include Proxy in the core...infratec wrote:It's not possible with the 'high-level' procedures.infratec wrote:If you do it 'by hand' with the inbuild curl library.
I'll try to show it in the Tipp's and Trick's section asap.
Bernd