Re: clients IP Address
Re: clients IP Address
- Subject: Re: clients IP Address
- From: Joe Little <email@hidden>
- Date: Mon, 17 May 2004 21:36:30 -0700
Using Apache, you can get the HTTP headers from the session.
check out headerForKey in the session request context, as for example
looking up the result of "auth_user" header:
AuthUser = context().request().headerForKey("auth_user");
You can use apache/phpinfo.php or other mechanisms to see all the
available headers that are set.
On May 17, 2004, at 7:46 PM, email@hidden wrote:
Hi All,
How can I get the client's IPAddress in WebObject ?
Regards,
Aravind
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.