2

I want to be able to set proxy rules on chrome so that when i go to a site defined in a rules file it will connect to it through the proxy. I have tried various extensions like Proxy SwichyOmega but it never seemed to work. What is the best way to achieve this?

Tim
  • 21
  • 1
  • do you want to automate this with selenium or is your question just not related to programming after all? – luksch Dec 19 '15 at 18:28
  • not programming, i need a proxy tool or something that can hook into chrome. – Tim Dec 19 '15 at 18:57
  • Sorry the crystal ball of my oracle is broken today. So please give example for 2 URLs: One which should be proxied and one which shall not. Without it is difficult to understand what you want to archive or how it can be done with PAC file. – Tino May 21 '20 at 12:23

1 Answers1

1

I don't think chrome supports this and I don't know any extension that can configure proxy. What I would do is to use a local proxy that can be configured that way. Privoxy for example can do it easily. So you point Chrome to use Privoxy and then you configure Privoxy to do the url specific routing.

luksch
  • 11,497
  • 6
  • 38
  • 53