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

Localhost: Trace non GET call

1 Answer 145 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Diego
Top achievements
Rank 1
Diego asked on 30 Oct 2014, 10:18 AM
Hi all,
I'm debugging a WCF Odata server on localhost.
I created a simple console tester end connected by the url http://localhost.fiddler:XXXX/MYAPI.svc/ to local server
Fiddler trace only GET session, none of PUT or POST or DELETE is traced.
If I connect console tester to a remote server, fiddler can trace everything.
Thank you for help
Diego

1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 30 Oct 2014, 03:54 PM
Fiddler doesn't do anything special (by default) based on the request method.

In the scenario where the traffic isn't shown, does the request fail or succeed? If it succeeds, that implies that the request has been captured by Fiddler and it simply isn't visible. If it fails, that implies that the client is not properly using the system's proxy settings for the request in question.

Your first step should be to click Help > Troubleshoot Filters and retry the scenario to make sure that you're not capturing the traffic and just filtering it out.

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Windows
Asked by
Diego
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or