Internet Explorer component and Proxy connection

  • Thread starter Thread starter lcisetti
  • Start date Start date
L

lcisetti

Hi all

How I use Internet Explorer component across a Proxy Server

What are the components to permit a proxy navigation from a Prox
Server with Internet Explorer component

Thank

Sorry for my English
 
lcisetti,

I am not sure I understood your question.
The proxy functionality is part of IE (WinInet) and I don't think there is an way to take it out of the WinInet.

If you want to set sets the default WinHTTP proxy configuration in the registry you can ether populate the registry in TD:
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\WinHttpSettings]
or use WinHttpSetDefaultProxyConfiguration API:
http://msdn.microsoft.com/library/en-us/winhttp/http/winhttpsetdefaultproxyconfiguration.asp

Another way would be using proxycfg.exe utility. Either add "Message Queuing (MSMQ) HTTP Support" component (quite big as it depends
on IIE Web and MSMQ) or copy the utility directly over to runtime.


If you describe the problem you are trying to fix in detail it may help us more to find the right components for you.
 
Back
Top