How do I display localhost traffic in Fiddler while debugging an ASP.NET application?
|
1
|
|
|
|
|
|
Probably the easiest way to monitor traffic to localhost is to replace "localhost" with "localhost." in the browser's URL bar. E.g.
|
||
|
|
|
|
For an ASP.NET web site project: 1) Right-click the project and select Property Pages |
||
|
|
|
|
You should uncheck the checkbox: Bypass proxy server for local addresses Located at proxy configuration of Internet Explorer. |
||
|
|
|
Check out this link...the 'workaround' is hacky, but it does work: |
||||
|
|
|
Ensure that in your Fiddler Connections that localhost isn't in the "IE should bypass Fiddler for URLs that start with:" box. |
||||
|
|
|
try using this: instead of this also works with ports |
||
|
|
