简体   繁体   中英

Monitor http request in firefox extension?

how I can capture all http request in firefox addon. I am not able to find api example . can anybody tell me how firebug does it for net panel ?

I want to detect all http request and response in firebug.

Add an Event Listener to the gBrowser global object, making sure to set usecapture to true. You could also intercept the response .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM