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

Capture messages on a REST API endpoint

1 Answer 1760 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Noah
Top achievements
Rank 1
Noah asked on 05 Jun 2014, 06:07 PM
I am very new to Fiddler and am needing some help monitoring some JSON messages. I normally use a test client from my pc to send json messages to a rest api endpoint on azure. There are various other applications sending messages to that endpoint too. How do i capture all the messages that reach the endpoint?

1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 05 Jun 2014, 07:51 PM
Hello, Noah--

Fiddler is a proxy; it captures everything that's sent to it. By default, it registers as the system proxy for your local PC, so that applications (like browsers, Office, etC) that use the system proxy will automatically send their traffic to Fiddler when Fiddler is "attached." Some clients (e.g. Opera, CURL, Java, etc) require manual configuration to set their traffic to proxy to 127.0.0.1:8888.

It sounds like you might be saying: "How can I see all of the traffic received by my endpoint on Azure, including traffic on machines that haven't been configured to run Fiddler?"

To do that, you must configure Fiddler as a reverse proxy and run it on the target server; see http://docs.telerik.com/fiddler/configure-fiddler/tasks/usefiddlerasreverseproxy


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
Fiddler Classic
Asked by
Noah
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or