How to build Firefox extention to intercept HTTP requests and responses?
- by didizingo
Hi, how do I insert a listener to Firefox http requests and responses, so that I popup a window with the address requested and the response body?
Note:
I have to do this building an extension to Firefox.
I need a button to activate or disable the feature.
For every request, I need to popup a window with an "Ok" button to allow the request to…