This is a migrated thread and some comments may be shown as answers.

Session.SaveResponseBody() doesn't work if parameter "sFilename" is "bald"

0 Answers 57 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
Chun
Top achievements
Rank 1
Chun asked on 30 Oct 2016, 07:32 AM

Hi:

Though this may not be necessarily a bug, yet I am still posting it here:

I am using the following 2 lines

 

sess.utilDecodeResponse();
sess.SaveResponseBody(@"a.bin")

 

I noticed that looks like the 2nd line would fail, at least, I can't find file "a.bin". Yet if change the parameter to @".\a.bin" then it would work.

Looks like this API doesn't accept a "bald" filename?

 

 

No answers yet. Maybe you can help?

Tags
FiddlerCore
Asked by
Chun
Top achievements
Rank 1
Share this question
or