I'm using ARR & URL_ReWrite to successfully proxy http://site/site2/* to http://site2/*, but only if site2 doesn't require windows authentication.
Where site2 requires windows auth, my valid login credentials don't work & I get barfed out with an access denied error.
This proxy will be used by both internal and external users, the latter coming in through ISA Server. We've done the proxying internally rather than on ISA so that we can have single URLs that work for both internal and external users (e.g. our intranet can link to http://intranet/app1 & all users will be sent transparently to http://app1/*).
Any info gratefully received.
Cheers :)