Title: Proxy settings using "Use automatic configuration script" Post by: ClementDoss on April 07, 2015, 12:14:00 AM Hi,
I'm using Delphi XE7. My customer internet settings is defined by group policy with "Use automatic configuration script" enabled. How can I configure RTC to take that script into account for connecting? Is there any function in RTC that can help me? Best regards, Clément Title: Re: Proxy settings using "Use automatic configuration script" Post by: D.Tkalcec (RTC) on April 07, 2015, 06:33:09 AM Setting the "useProxy" property to TRUE should do the trick, unless the configuration was made for the WinHTTP API, in which case you should also set the "useWinHTTP" property to TRUE. All other properties are for manual Proxy configuration.
Best Regards, Danijel Tkalcec Title: Re: Proxy settings using "Use automatic configuration script" Post by: ClementDoss on April 13, 2015, 05:15:42 PM Hi Danijel,
Setting "UseProxy" property to True solved my problem! Thanks |