Which connector and version are you using? There was a recent issue about this:
http://restlet.tigris.org/issues/show_bug.cgi?id=425 On Feb 18, 2008 3:12 AM, code dude <[EMAIL PROTECTED]> wrote: > Hi All, > I am trying to implement IP based authentication where a user is request > is only allowed from particular or group of ip address , > > I am trying to get user / client machine IP address thru Request object > > request.getClientInfo().getAddress() -> but its returning null > > can someone please tell me if its possible to get client ip address and > hot to do it ?? > > Regrads , > cd >

