| Author |
How to get the client's ip address?
|
Gustavo Santos
Ranch Hand
Joined: Jan 22, 2009
Posts: 40
|
|
Hi guys,
Is there a way to get the host's ip address from my webservice class? I'm using axis2.
Cheers,
-gustavo
|
 |
Shinelin Samuel
Ranch Hand
Joined: Mar 01, 2010
Posts: 55
|
|
I think the below code should help you,
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
Gustavo Santos wrote:How to get the client's ip address?
Gustavo Santos wrote:Is there a way to get the host's ip address from my webservice class?
Which is the real question? Client's IP address or host's IP address?
|
 |
Gustavo Santos
Ranch Hand
Joined: Jan 22, 2009
Posts: 40
|
|
Paul Clapham wrote:
Gustavo Santos wrote:How to get the client's ip address?
Gustavo Santos wrote:Is there a way to get the host's ip address from my webservice class?
Which is the real question? Client's IP address or host's IP address?
I'm sorry for the confusion. Actually I need to know the client's IP address. I tried Paul's solution but it didn't work well for me, I know that it's because of the HostName I sent as the method's parameter.
|
 |
Gustavo Santos
Ranch Hand
Joined: Jan 22, 2009
Posts: 40
|
|
Just so you guys know I've tried the following and it didn't work:
|
 |
Gustavo Santos
Ranch Hand
Joined: Jan 22, 2009
Posts: 40
|
|
Solved!!!
Thank you guys for the support though.
-gustavo
|
 |
damir novosel
Greenhorn
Joined: Jan 19, 2011
Posts: 1
|
|
does someone know how to get the client's port?
Seems like there is no property "REMOTE_PORT"
thanks
|
 |
 |
|
|
subject: How to get the client's ip address?
|
|
|