|
How to hook all fetch requests from a browser?
Hello All,
I need to intersept all fetch requests from a browser (including initial loading, refreshes, events etc).
Specifically, I need to redirect all data requests.
I strongly prefer clientless approach i.e. I need to do it from within the HTTP response itself (or using java script injection).
I need to do it for as many browsers as possible so throw anything you've got at me...
Any thoughts will be much appreciated!
Thanxxx
Greg.
|