Is any freeware/open source Server-Side Forwarding filter for IIS on win2k?
to my understanding, Server side forwarding is:

Server-Side Forwarding - The server transparently rewrites the request URL
to another URL which does NOT remain on the same website as the original.
Note the new website can be on another machine, but not necessarily.

* Courtesy/Pretty URL
* URL shadowing
* URL masking
* Publishing/Exporting internal website to be accessible externally
* Redirecting URL on one web server to be handled by another web server
* One web server reverse-proxying another server
* Force HTTP requests to HTTPS/SSL

Comments?