Extracting an IP address

To determine the authenticity of an IP address and whether it is using a proxy, a property is provided in yfs.properties file.

About this task

yfs.clientip.reader=<classname>

where <classname> is the name of the class that is used to read and store the client IP address from the request.

To extract an IP address, perform the following steps:

Procedure