I have 2 boxes, one is a Windows box that will serve a website. I have another (Linux) box that supplies data for use in some of the web pages on that site.
On the web pages themselves there is javascript that uses (Comet) calls to the same site - but the data actually comes from the Linux box.
I believe I can run URLRewriter on the Windows box in front of the site such that all HTTP requests go to IIS on the Windows box, except for some subset which will transparently go to the Linux box instead.
Can the UrlRewriter disallow the requests to the Linux box for users that are not logged into the ASP.NET site? And, can the UrlRewriter disallow the same requests for users that used to be logged into the site but are now logged out (e.g. they logged out themselves, or their ASP.NET session timed out)?