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

transparently capture web rest api requests and responses

3 Answers 371 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 24 Jul 2014, 02:36 AM
I'm testing a .net service (asp mvc iis) that makes Rest API calls in https.
I would like to
1. decrypt each request and response and copy both onto disk for later searching.
2. I don't want to disrupt traffic. I want this to be transparent to the .net service and rest api service provider

Is there an extension that does this? If not, can I get pointers on what I can do to get started.

I've just completed configuring the machine.config file so that fiddler can capture all outgoing rest api requests.

3 Answers, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 24 Jul 2014, 06:15 AM
nvm. 
0
John
Top achievements
Rank 1
answered on 17 Aug 2016, 03:51 PM

Hi John, John also here.

I have a similar quest. Not a .NET application though - but an old Delphi desktop app that has been retrofitted to make a few REST calls. I cannot figure out how to get Fiddler to capture what comes off the client. It has SOAP calls that are captured just fine - but not the REST calls. Did you find out anything on this? Thanks in advance.

0
Tsviatko Yovtchev
Telerik team
answered on 24 Aug 2016, 05:18 PM
Hello,

Jungwoo, I am not aware of an extension doing all that. You can do it manually by setting Fiddler as reverse proxy to capture the incoming traffic, too and then export sessions as SAZ files.

John, I am not sure I completely understand your situation. Were you successful in configuring Fiddler as a proxy to your Delphi app? I am not really an expert in Delphi but what is the chance that your app uses different APIs to make the SOAP and REST calls and the REST calls API doesn't use Fiddler as a proxy?

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Fiddler Classic
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
John
Top achievements
Rank 1
Tsviatko Yovtchev
Telerik team
Share this question
or