Fiddler

Prev Next

If a web request is throwing an error or not working as expected then you’ll probably want some more detailed information about the exact contents of the request and it’s response. Perhaps to inspect them yourselves or because we need it to provide accurate technical support. A small and easy to use tool is Fiddler. In a factory default configuration Fiddler captures all http requests you make on the system it runs on by using the loopback channel.

You can download Fiddler at https://www.telerik.com/download/fiddler.

Once you’ve installed and started Fiddler the capturing of HTTP requests automatically starts and you’ll be able to see outgoing and incoming traffic. If we’ve asked for an example of the request you’re sending you can send us the following part of the captured request and response.

When you are using Soap UI to test an integration with our legacy webservices, it might happen that Fiddler is not capturing your requests. If so, you could try to set a manual proxy via File -> Preferences -> Proxy Settings in SoapUI. Set the proxy to 127.0.0.1 port 8888.