Link to home
Start Free TrialLog in
Avatar of tondog
tondog

asked on

In Delphi, Is there an easy way to change the proxy the the webbrowser component uses

Thanks for reading.

I have a form with a webBrowser on it.

And I have a list of 100 proxies. Ā Some good, some bad.

I want to build a simple proxy rotator and have webBrowser cycle through the list.

Anyone ever seen an elegant solution to this, or a good component to buy?

Here's a similar question from several years ago

https://www.experts-exchange.com/questions/20997741/Webbrowser-and-proxy.html

thanks!
ASKER CERTIFIED SOLUTION
Avatar of wd123
wd123
Flag of Belarus image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of punctuation
punctuation

From what I understand you can't change the TWebBrowser proxy as it is just a wrapper for the IE components.

To change what proxy is used for TWebBrowser by changing the IE proxy you could use this fairly comprehensive tip:

http://www.delphi3000.com/articles/article_1429.asp