path cannot be empty string

1 Answer 17 Views
FiddlerCore
Ryan
Top achievements
Rank 1
Ryan asked on 05 Feb 2024, 08:54 AM

I keep getting this error, no matter what I'm doing... I've tried both SaveRequestBody and SaveResponseBody. What am I doing wrong?

 

 

 

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 05 Feb 2024, 08:58 AM

Hey Ryan,

 

Ensure proper acquisition of environment folder paths by checking your "moveinto" varaible. You can also try to explicitly pass a valid folder path for the sake of checking the save methods.

oSession.SaveResponseBody("C:\\temp\\" + "some-file-name");

 

Regards,
Nick Iliev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
FiddlerCore
Asked by
Ryan
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or