 |
Contact Information
|
|
|
|   |
|
|
IISProxy
IISProxy is a reverse proxy that enables one web server to provide content from another transparently. It is most commonly used to enable controlled access from the
Web at large to servers behind a firewall. It works much like Apache's mod_proxy except the url of the destination server is passed on the querystring.
For example:
http://www.mobilewright.com/IISProxy/IISProxy.dll?http://www.yahoo.com
In the above example,when requesting the below URL these operations occur.
Your browser sends an HTTP GET request to http://www.mobilewright.com
The server at http://www.mobilewright.com requests content from http://www.microsoft.com
As the response is spooled from http://www.microsoft.com to http://www.mobilewright.com, http://www.mobilewright.com spools the response to your browser
Architecture:
Benefits:
-Quick and simple installation and usage
-Ideal for exposing internal documents to external resources
-Helps safely allow server within the DMZ expose servers in the internal network
-Buffering request to the client to prevent large request from consume large blocks of server memory
-Low level code provides very little processing overhead and doesn't require any external libraries(ATL,MFC,.Net, etc..)
Instructions:
-Download IISProxy.zip
-Create a directory at c:\IISProxy
-Copy the IISProxy.dll to c:\IISProxy
-Run the IIS Admin
-Create a new virtual directory called IISProxy that points to c:\IISProxy
-Check "Execute(such as ISAPI or CGI)"
-In the browser enter http://localhost/IISProxy/IISProxy.dll?http://www.microsoft.com
-Email support is available Here
Price and purchasing:
-The cost of the product is only 30 USD per server.
-Mail a check payable to MobileWright Solutions, Inc to:
MobileWright Solutions,Inc.
30 Wing Road
Lynnfield, MA 01940
-For more information email MobileWright at iisproxy@mobilewright.com
|
|