cancel
Showing results for 
Search instead for 
Did you mean: 

IP Address of Client after IISProxy.dll configured

Former Member
0 Kudos

Hi,

We have a requirement to capture IP address of client. we are able to do it when the users access the portal from inside the firewall using portal url. http://<servername>:port/irj

but when users access the portal outside the firewall we have IISproxy.dll configured which redirects requests from IIS server to our ep server. so everytime when we try to capture ip address we get the ipaddress of the IIS web server instead of user ip address.

one possible way could be get the ip address of the user on IIS server and send it as a parameter in redirected request to ep server.

Any suggestions?

Accepted Solutions (0)

Answers (1)

Answers (1)

darrell_merryweather
Active Contributor
0 Kudos

In the XML Config file you have to have the following

<filter name="IisProxy filter" <b>remote-address="forward"</b>>

This will then forward the clients IP address to the J2EE server

I hope this helps

D

Former Member
0 Kudos

Darrell,

We are looking for the same requirement. We need to know the IP address of the client. However, we don’t use IIS server. We use SAP Dispatcher. Do you know if SAP Dispatcher can forward the IP address to EP? If yes, do you know the settings?

Thanks.