Groups | Blog | Home
all groups > asp.net webservices > september 2004 >

asp.net webservices : is it possible for a webservice to find out the ip-address from ..


Koen Hoorelbeke
9/23/2004 7:19:02 PM
Hi there,
I've got the following:
a user (using machine 1) requests a normal aspx-page on my server
(machine2). that page (on machine2) calls a webservice (on machine3), without
giving any further parameters.

Can the webservice find out the ip-number of the user that initially
requested the aspx-page from my server? In other words, can the webservice on
machine3 get the ip-number from machine1, without machine2 giving it to him
(machine3) ???

If so, how does one do that ?

Many thanks in advance !

Greetingz,
Koen Hoorelbeke
Kenneth Ellested
9/24/2004 7:14:04 AM
No, you can not obtain the ip address of a machine your'e not communicating
with. So machine2 has to provide the ip address of machine1 in a parameter
to the method called on machine3.

Regards


"Koen Hoorelbeke" <KoenHoorelbeke@discussions.microsoft.com> skrev i en
meddelelse news:A291B7A8-E6FD-4A27-BC3C-462F905E9272@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button