Thanks to everyone in advance!
I have attached a nsIWebProgressListener to a xul:browser and was wondering if it was possible to get the raw response data back? Getting the headers and body would be nice, but I am really just looking for the body.
I looked into nsIRequest, which gets passed into all of the methods
(onStateChange,onProgressChange,onLocationChange,onStatusChange,onSecurityChange)
...and could not find anything, any suggestions on how to accomplish this?
Thanks again,
Sam