IIS reverse proxy to windows authenticated internal site
- by keithwarren7
I have an internal windows authenticated website that I need to expose anonymously to external users.
extern: http://foo.com/ (public)
intern: http://privatefoo/ (requires windows auth)
I want people hitting foo.com to see no security prompt, just get access to privatefoo - I know this is possible in a simple reverse proxy setup but does anyone know how to make the proxy provide windows credentials?