Is there a way to configure Fiddler to intercept HTTP calls from a Windows service?

Posted by Mike Chess on Stack Overflow See other posts from Stack Overflow or by Mike Chess
Published on 2010-05-27T00:21:42Z Indexed on 2010/05/27 0:41 UTC
Read the original article Hit count: 236

Filed under:
|

We're in the process of replacing an old (5+ years) Windows service application built with VS2005 that makes an HTTP GET call. There are several things that make this difficult (such as the web server is on the customer's network and we can't connect directly to it) and, unfortunately, we'd prefer not to take down the running system to replace it with a WinForm version that can be monitored by Fiddler. The new code appears to be doing everything correctly, but, alas, it is failing to authenticate.

Is there a way to configure Fiddler (2.2.9.1) to intercept HTTP calls from a Windows service?

© Stack Overflow or respective owner

Related posts about c#

Related posts about fiddler