wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 241 forks source link

Can't change 'host' header #673

Open kaeso opened 1 year ago

kaeso commented 1 year ago

Hi. driver.headers_override just append second 'host' header. With request.headers['host']='newhost' the same situation. del request.headers['host'] do not helps to fix it. Firefox latest.