cancel
Showing results for 
Search instead for 
Did you mean: 

Find IP Address of the Client

0 Kudos

Hello,

i want to examine the client entered country by a webservice. The input parameter of the webservice is the ip-address. I uses the method "ipadr = request->get_header_field( name = '~remote_addr' )" But this method returns always the ip-address of the WebApplicationServer Dispatcher. Instead i need the IP of the Provider where the Client logged into the internet ! Have anyone an idea ?

Best regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You should try method runtime->construct_bsp_url, it retrieve you all parameter of the current BSP page such as HOST, protocol, port etc....

I hope that will help you

Regards.

Bertrand