How to change 'host' header using seleniumwire?
driver.headers_override just append second 'host' header. With request.header['host']='newhost' the same situation. Is it possible?
How to change 'host' header using seleniumwire?
driver.headers_override just append second 'host' header. With request.header['host']='newhost' the same situation. Is it possible?