| View previous topic :: View next topic |
| Author |
Message |
R. Hoek Guest
|
Posted: Thu Apr 08, 2004 12:05 pm Post subject: Webservices and IP-address of client |
|
|
Does anyone know how to retreive the IP-address of a client computer
connecting to my webservice?
--
Greatings,
Ronald Hoek
Applicationdevelopper
ComponentAgro B.V.
|
|
| Back to top |
|
 |
Wykis Guest
|
Posted: Thu Apr 08, 2004 9:59 pm Post subject: Re: Webservices and IP-address of client |
|
|
TIdHTTPServer: OnCommandGet :
TheClientIP:=ARequestInfo.RemoteIp;
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Apr 08, 2004 10:15 pm Post subject: Re: Webservices and IP-address of client |
|
|
"Wykis" <wykis (AT) mail (DOT) com> wrote
| Quote: | TIdHTTPServer: OnCommandGet :
TheClientIP:=ARequestInfo.RemoteIp;
|
That is assuming Indy is being used. R. Hoek did not specify exactly what
is being used for the service.
Gambit
|
|
| Back to top |
|
 |
R. Hoek Guest
|
Posted: Thu Apr 15, 2004 12:01 pm Post subject: Re: Webservices and IP-address of client |
|
|
I Found my answer:
GetSOAPWebModule.Request.RemoteAddr
Thanks anyway...
Ronald
|
|
| Back to top |
|
 |
|