-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please mention in the read-me that projects with integrated Windows authentication aren't supported #5
Comments
Thank you the kind words. I have no idea on how to possibly implement this, nor any chance to test such a scenario at the moment, but if you have any idea, please feel free to make a PR. Meanwhile, I'll just add a quick reference to this issue in the |
This is now in the |
I appreciate it, thanks. As for testing: In VS2015, if you create an ASP.NET Web Application and choose You're implicitly authenticated on the dev machine when running from Visual Studio, but on external access you should be prompted for credentials in a pop-up dialog box - this is where proxying currently throws the Unauthorized error instead. Unfortunately, I don't know how or even if the problem can be solved. |
Hi Ionut, |
I have the exactly same problem when I was using browser sync and I ended here thinking that this were to solve my problem until I read that this does not work with windows authentication. What a shame, I'm reading a tons of articles about this and I'm not getting closer to a solution. |
In the end, this blog post by Scott Hanselman helped me solve the problem. It is not as elegant as Ionut's solution, but it works with Windows Authentication. |
First things first: thanks for a great utility.
It seems that projects that use integrated Windows authentication aren't supported by
iisexpress-proxy
- I get a "401.2 Unauthorized" error complaining about "invalid authentication headers".Not sure if supporting such projects is even an option or on your roadmap, but it would be helpful if you documented the limitation in
README.md
.The text was updated successfully, but these errors were encountered: