By default any service calls coming from your .NET website will not be captured by fiddler, the following proxy item needs to be added to the web site for the calls to be picked up.
<system.net> <defaultProxy> <proxy proxyaddress="http://127.0.0.1:8888" /> </defaultProxy> </system.net>Remember to comment this out when fiddler is not running, otherwise the service calls will fail. To ensure secure service calls are logged and can be viewed, the following settings need to be enabled and a certificate for fiddler added to the local machine.
Telerik fiddler, capture and decrypt HTTPS secure traffic |
No comments:
Post a Comment