views:

92

answers:

1

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!!

+1  A: 

Hi,

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

Bertrand Marron