#1 2014-01-27 16:20:12

pult
Member
From: Ukraine, Kyiv
Registered: 2013-11-06
Posts: 18

How to disable system proxy for TWinHTTP ?

How to disable system proxy for TWinHTTP ?
I use this method:

Client := TSQLHttpClient.Create(sHost, sPort, Model,
  {https:}False,
  {proxyname:}#32,  // proxy #32 for disable over proxy access
  {proxybypas:}'');

But it looks not very logical.

Offline

#2 2014-01-28 11:55:06

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,269
Website

Re: How to disable system proxy for TWinHTTP ?

If it works for you, it sounds good enough to use it.

Such obfuscation is due to the underlying API...

Offline

Board footer

Powered by FluxBB