http://qs321.pair.com?node_id=11138016


in reply to Mocking request headers with Test::WWW::Mechanize?

Maybe you can set the Host header using the ->add_header( Host => 'my.example.com') method from WWW::Mechanize? This should add/remove headers sent with every request.