You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpfox
Hello,
I am interested in ticket number 23, in particular:
"Saving POSTed files/binary data"
Response body is already displayed in httpfox window and probably
originates from HttpFoxPostDataHandler/HttpFoxRequestEvent functions.
However I haven't been able to trace the point of entrance of this
data into graphical part of extension.
What I intend to do is to store response body in the file for further
processing and probably to use nsIFileOutputStream for this purpose.
Can you please suggest what would be the best place in code for such
extension?