Hello All,

Is there any way to have Get the Post data from an nsIUploadChannel's GetUploadStream without actually consuming it ?

I'd like to inspect the data that goes from the browser to the net through the POST request, but when I read it, through the nsIInputStream -> Read() method the data seems to get lost and the POSTs don't work.... Should I somehow re-introduce the data on the input stream again? I've already QIed the nsIInputStream object for the nsISeekableStream interface, but it doesn't seem to implement it :(

Any help appreciated

Thanks in advance


Best Regards

Oliveiros
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to