Fiddler not capturing some HTTP POST / PUT requests

1 Answer 2542 Views
Fiddler Classic
Simon
Top achievements
Rank 1
Simon asked on 15 Sep 2016, 11:27 AM

Hello,

i have a problem with Fiddler. I tried everything and spent hours to find a solution but i can't find one myself.

We have written a software to communicate with different webshops to upload articles, import orders and so on.

I usually use fiddler to fix a problem and check the request/response.

It works with every webshopsystem except shopware which is using a REST API.

Fiddler shows the HTTP GET Requests but no POST or PUT.

It's on the same system, same software, same functions. I have no idea why it's not capturing these Requests.

 

Example:

We download the categories with HTTP GET http://websiteurl.de/api/categories ( shows up in Fiddler )

To upload a new categorie we use the same URL and everything, we just send a simple JSON via HTTP POST http://websiteurl.de/api/categories ( not showing up in Fiddler )

Any ideas would be appreciated.

Thank you.

Simon

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 22 Sep 2016, 04:57 PM
Hello,

Do you have any active filters? You might want to try the Troubleshoot option in the Help menu. This will temporarily disable the filters.

Also, do you have any customization in Fiddler Script?

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
Simon
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or