kylepaulsen / ResourceOverride

An extension to help you gain full control of any website by redirecting traffic, replacing, editing, or inserting new content.
MIT License
467 stars 117 forks source link

Header Host override #66

Open DonQuiProgger opened 5 months ago

DonQuiProgger commented 5 months ago

Hello,

Thanks for this really great plugin! :-)

Redirecting javascript resources workes like a charm. The only struggle is that i want to override the "Host" header for a html resource. The server has multiple virtual hosts and delivers content based on the Host header. Unfortunately no matter how i define the rule it does not apply.

To be sure i set up a custom server and checked the received headers, i can confirm that the header is not being set. image