Using Fiddler with IIS7 Express

前端 未结 4 1194
死守一世寂寞
死守一世寂寞 2020-12-13 03:58

I am using IIS7 Express while developing my web application. I need to use fiddler to investigate an issue and cannot figure out how to configure things so I can get the HT

4条回答
  •  遥遥无期
    2020-12-13 04:42

    With the latest version of fiddler, you only need to navigate to localhost.fiddler:port. However, doing that alone didn't help me and I was still getting access denied when using Windows Authentication. To fix this, I found this blog entry: http://www.parago.de/2013/01/fiddler-and-the-401-unauthorized-error-with-asp-net-web-api-using-integrated-windows-authentication-wia/

    In short, create this key:

    Key Path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\Lsa\MSV1_0

    Value Name BackConnectionHostNames

    Value Type REG_MULTI_SZ

    String Value localhost.fiddler

提交回复
热议问题