How can i access client details like IP,Browser etc in a web service in java?
|
1
|
|||||||
|
|
|
|
||
|
|
|
if you are using axis or Jax Rpc, then you can this to get the IP Address and Browser, This has to be done on the server side stub.
|
|||
|
|
|
|
Information related to Browser would be available in the HTTP headers like : content type, version etc. If a web service were able to get the IP address of it clients, the security would have been heavily comprised. IP address can be never accessed until the client sends it as a param to your call. |
||||||||
|
