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 difficul
Note: Important: Regardless of other settings, .NET will always bypass the Fiddler proxy for URLs containing localhost. So, rather than using localhost, change your code to refer to the machine name. For instance:
This URL will not appear in Fiddler:
http://localhost/X509SignCodeService/X509SigningService.asmx This URL will appear in Fiddler: