selenium-wire icon indicating copy to clipboard operation
selenium-wire copied to clipboard

Is it possible to only use the proxy for specific domains?

Open jordibonastrem opened this issue 1 year ago • 1 comments

For example to exclude domains i know i can use exclude_hosts, can i do the same but only including the hosts that i want to proxy, and all the others that are not included, just ignore the proxy?

jordibonastrem avatar May 18 '23 16:05 jordibonastrem

I had a similar problem. I solved it by re-intercepting seleniumwire, and then retrieving the asset with my own custom requests object

Ishogbon avatar Jul 23 '23 23:07 Ishogbon