| Posted: 28 October 2009 at 11:52am | IP Logged
|
|
|
We basically just want to forward all traffic to a specfic external URL to an interal IIS Sharepoint server. (http:\\www.domain.ext\name1 to http:\\internal.server:port) The issue is with the authentication that sharepoint requires. It does not seem to pass the authentication. Using a simple test rule like this:
RewriteProxy ^(xxx.*)$ http://internal.server:port/ [A,NC,P]
The flow goes like this:
HTTP request from External Client --> Firewall --> Main IIS Web Server --> Interal Sharepoint IIS server
User is prompted for a login but it will always fail. Both the machines running IIS are in the AD domain.
Thanks for the replies
|