RE: Filtering requests by client IP address?

2005-06-07 Thread Yampolsky, Robert
e. Transport info isn't strictly 'message data', but neither is the user name or the operation name. Would that be a big deal to implement? -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 11:19 PM To: Apache AXIS C User

RE: Filtering requests by client IP address?

2005-06-01 Thread Samisa Abeysinghe
should be possible. However need to try and see. Thanks, Samisa... -Original Message- From: Yampolsky, Robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 8:28 PM To: Apache AXIS C User List Subject: RE: Filtering requests by client IP address? >However, as we are runn

RE: Filtering requests by client IP address?

2005-06-01 Thread Yampolsky, Robert
Channel inherits from Channel, so I guess there would be a socket handle available). -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 7:45 AM To: Apache AXIS C User List Subject: Re: Filtering requests by client IP address? To my know

Re: Filtering requests by client IP address?

2005-05-31 Thread Samisa Abeysinghe
To my knowledge, it is not possible to extract client IP from server side. However, as we are running with Apache it should be possible to get this from the server side module and expose that to the service. Thanks, Samisa... On Tue, 2005-05-31 at 16:03, Yampolsky, Robert wrote: > Is it possib

Filtering requests by client IP address?

2005-05-31 Thread Yampolsky, Robert
Is it possible in an Axis C++ service to determine the IP address of the client. My service is supposed to filter on this and match it up against a database of registered clients. It looks like it might be possible to dig into the call heirarchy and get the socket handle from the Channel, but I'm