javascript - Monitor outgoing request body using nsihttpchannel -


i understand nsihttpchannel can used monitor , manipulate http request/response headers.
however, unable find way read request body (posted data). pointers welcome.

try querying channel nsiuploadchannel , accessing uploadstream.


Comments