NEW version ISAPI plug-in ClientIPForwarder 1.5.1 for Microsoft ISA server.
Products
ClientIPForwarder
ClientIPForwarder is a simple ISAPI plug-in for Microsoft ISA server 2000, 2004 and 2006 using pass-through technology to control incomming requests on Microsoft ISA server. It modifies http(s) request header and adds variable IPREMOTEADDR containing client IP address to it. It also can add a content to a http variable or creating new variable or replace an existing http server variable content with a new one.
This plug-in addresses a common problem when your internet asp, php or java application running on internet server behind Microsoft ISA server needs to collect real client IP addresses or other real client variables in http header. Without the plug-in it can only access ServerVariables.REMOTE_ADDR (or REMOTE_HOST) containing IP address of ISA firewall.
Variable IPREMOTEADDR can be accessed for example by ASP object Request and collection GetServerVariables: Variable IPREMOTEADDR and your own variables can be accessed for example by ASP object Request and collection GetServerVariables:
<%
response.write("HTTP_IPREMOTEADDR:" & Request.ServerVariables("HTTP_IPREMOTEADDR:")
response.write("MyVariable" & Request.ServerVariables("A2:"))
%>
or in PHP
<?
echo "HTTP_IPREMOTEADDR: ".$_SERVER['HTTP_IPREMOTEADDR'];
?>
FAQ
If you have some question or problem, please try to read FAQ or contact us.
System requirements
ClientIPForwarder was tested on Microsoft Windows 2000 Server SP3 and higher + Microsoft ISA Server 2000 with or without ISA SP1, Microsoft Windows 2003 + Microsoft ISA Server 2004 and 2006.
Price and registration
Nonregistered version of ClientIPForwarder is fully functional but an information message is written into Windows Event Log. It contains short text stating that ISA filter is not registered. It is legal to use nonregistered version for two weeks for testing purposes.
The registration fee is 24 EUR. Orders are accepted by e-mail or via online ordering system at http://www.shareit.com.
Please include your name and company in your order to personalize the registration file.
You can download fully functional trial version of ClientIPForwarder 1.5.1. Distribution contains versions for ISA Server 2000, 2004, 2006.
| COPYRIGHT © 2001-2009 ISDIM s.r.o. | ||