Discussion:
TipClientHttp() Proxy
(too old to reply)
mario
2019-01-04 10:34:55 UTC
Permalink
Hi
I'm having a problem, I can not use TipClientHttp() in proxy connection,
here's an example of how I'm doing
Does anyone know what's wrong?
I tested using "winhttp" and it works but I would like to continue using
TipClientHttp()
Thanks

oHttp :=
TipClientLoading Image...")
oHttp:SetProxy('192.168.2.101',8181,'test','test')
IF oHttp:Open()
MEMOWRIT("googlelogo_color_272x92dp.png",oHttp:ReadAll(),.F.)
ENDIF
c***@gmail.com
2019-01-04 23:15:55 UTC
Permalink
Hi

Please enable the log and post them. this is done by using
oHttp :=
TipClientHttp():New("https://www.google.com.br/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",.t.)
Post by mario
Hi
I'm having a problem, I can not use TipClientHttp() in proxy connection,
here's an example of how I'm doing
Does anyone know what's wrong?
I tested using "winhttp" and it works but I would like to continue using
TipClientHttp()
Thanks
oHttp :=
TipClientHttp():New("https://www.google.com.br/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png")
oHttp:SetProxy('192.168.2.101',8181,'test','test')
IF oHttp:Open()
MEMOWRIT("googlelogo_color_272x92dp.png",oHttp:ReadAll(),.F.)
ENDIF
Loading...