Closed Bug 119883 Opened 23 years ago Closed 23 years ago

Add HTTP request/response logging (or viewer)

Categories

(SeaMonkey :: General, enhancement)

x86
Linux
enhancement
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 27119

People

(Reporter: sergey.oudaltsov, Assigned: asa)

Details

Mozilla is a great tool for web development. With DOM inspector and JavaScript console and debugger - it already way ahead of IE and others. But for development of meta-sites, it would be very useful to have possibility to see exactly HTTP requests and responses sent by mozilla. I think it is not a big task (for the start, just logging to the text file would be nice).
Vinay Badami (badami@netscape.com) gave me the following information: set NSPR_LOG_MODULES=nsHttp:2 will generate request response chunks... request [ GET /blah HTTP/1.1 Host: ... ... ] response [ HTTP/1.1 200 OK Date: ... ... ] set NSPR_LOG_MODULES=nsHttp:5 will generate a complete http LOG() spew. set NSPR_LOG_FILE=http.log to redirect the output to a file
see Bug 27119 "[RFE] http log traffic and headers"
Duping to bug 27119. Add UI suggestions there. *** This bug has been marked as a duplicate of 27119 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
v dupe
Status: RESOLVED → VERIFIED
QA Contact: doron → tever
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.