Here is a snippet from a project where I needed similar info:
WORequest request = context().request();
ip_address = request.headerForKey("pc-remote-addr");
//-- “http_pc_remote_addr” alternatively
...you’ll notice that the key for the header isn’t consistent across browswers, so you’ll want to test for several formats of keys – in this case I had luck with both the “pc-remote-addr” and the “http_pc_remote_addr”.
HTH,
-Bill
on 10/19/05 10:31, Eric Stewart at [EMAIL PROTECTED] wrote:
> I need to record the IP address and User Agent of browsers that access
> a certain direct action.
>
> I did some digging and I found a reference to this:
>
> Request.headerForKey("pc_remote_addr");
>
> Unfortunately, this does not work. Can anyone point to a document that
> shows how to get the IP and User Agent from a user?
>
> Thanks,
> Eric Stewart
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40concyse.com
>
> This email sent to [EMAIL PROTECTED]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
