Do not use IE browser settings when using a proxy with Indy

Posted by JD on Stack Overflow See other posts from Stack Overflow or by JD
Published on 2010-06-16T12:44:10Z Indexed on 2010/06/16 13:02 UTC
Read the original article Hit count: 244

Filed under:
|

Hi

At one of our customer sites, we have a Delphi 2007 application that makes a number of HTTPS requests using indy components. All requests are made using the proxy settings the client provides. For this to work, in IE we have to put the URL's in the trusted zones section. After a month due to security settings the trusted zones are cleared. This means we have to re-add the URLs again to make our application work.

Is there a way of bypassing IE settings or using a client side HTTP stack so we do not go through the browser to make https requests?

JD

© Stack Overflow or respective owner

Related posts about delphi

Related posts about indy