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

Fiddler API in Java

0 Answers 166 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
mskhussain
Top achievements
Rank 1
mskhussain asked on 19 Dec 2016, 01:52 PM

I have integrated Eclipse with Fiddler and i am able to get the response using fiddler, now i want to save the log file using Java in saz/Text format, i am not able to do that.I have done my scripting using Eclipse selenium web driver.
I have enabled the Fiddler proxy by using following code,

<p>
System.setProperty("http.proxyHost", "127.0.0.1");</p><p>System.setProperty("https.proxyHost", "127.0.0.1");
System.setProperty("http.proxyPort", "8888");
System.setProperty("https.proxyPort", "8888");
</p>

I am able to capture the request and response of my application. Now I need to save it in readable format (SAZ/Txt) which I am not able to accomplish

No answers yet. Maybe you can help?

Tags
Fiddler Classic
Asked by
mskhussain
Top achievements
Rank 1
Share this question
or