Search code examples
firefoxfirefox-addonhttprequestadd-on

listening and accessing to all the request made by firefox


I am developing an addon which will modify all the http request made by firefox. So, I want to listen and modify all the request url made by browser from different sites. How can I get an access to different http request url and modify them. Is there any event which is fired in firefox before requesting any http-request. So, please suggest anyway to access all the request(ajax as well as document.src) made by browser and modify their url. Thanxs!!


Solution

  • You should take a look at tamperdata sources which is a firefox extension to track and modify http & https requests.