Hi Eirc,
Thank you for your wonderful Fiddler first of all.
I want use Fiddler Script to save or export the packets I'm interested in automaticly.But I don't know how to do.
For example,I need to save all the packet to the destination hostname 'www.xxx.com'.
I think I can add the auto save code like this:
if (oSession.host.indexOf("www.xxx.com") > -1) {
//save or export the packet to my own file
}
Does Fiddler Script supports write data to local file,And how to do it ?
Maybe there's some other way to export or save the specific packets automaticly ,would you please tell us how to ?
Thanks.
Stephen
Thank you for your wonderful Fiddler first of all.
I want use Fiddler Script to save or export the packets I'm interested in automaticly.But I don't know how to do.
For example,I need to save all the packet to the destination hostname 'www.xxx.com'.
I think I can add the auto save code like this:
if (oSession.host.indexOf("www.xxx.com") > -1) {
//save or export the packet to my own file
}
Does Fiddler Script supports write data to local file,And how to do it ?
Maybe there's some other way to export or save the specific packets automaticly ,would you please tell us how to ?
Thanks.
Stephen