Search:

Type: Posts; User: packiaraj

Search: Search took 0.16 seconds.

  1. Re: I need client IP address from Public IP server

    In oracle Forms i can get client ip from public ip set up

    Code

    Clientinfos.jar using this jar

    getIP= GET_CUSTOM_PROPERTY(BLOCK.BEAN,1,IP);


    But In java i cannot get ...
  2. Re: I need client IP address from Public IP server

    can u send me any sample code ....
  3. Re: I need client IP address from Public IP server

    is there any idea for how to get???
  4. I need client IP address from Public IP server

    Hi,

    I need help for how to get client ip address from Public ip server.

    for ex:

    String ipAddress = request.getHeader("X-FORWARDED-FOR");
    if(ipAddress == null)
    {
    ipAddress =...
Results 1 to 4 of 4