J
Jason Wager
Hello,
I have looked a lot but not found how to do this:
I have a Web Services server and from this I want to see what IP adress the
Client (that connects to the SOAP server) has.
I want to do two things:
1) Restrict access to some specific IP adresses
2) Give different answers the different (allowed) IP adresses.
I don't know how to do either.
The first one, I suspect can be done with configuration.
The second one I need to be able to do from the code. That is, I hope that
there is a function that I can call, which tell me what IP adress the caller
has.
Otherwise, if someone can tell me how to look at the SOAP request as a low
level XML file in .NET (C# or VB.NET), I can find the answer for myself.
Thanks in advance
Jason
I have looked a lot but not found how to do this:
I have a Web Services server and from this I want to see what IP adress the
Client (that connects to the SOAP server) has.
I want to do two things:
1) Restrict access to some specific IP adresses
2) Give different answers the different (allowed) IP adresses.
I don't know how to do either.
The first one, I suspect can be done with configuration.
The second one I need to be able to do from the code. That is, I hope that
there is a function that I can call, which tell me what IP adress the caller
has.
Otherwise, if someone can tell me how to look at the SOAP request as a low
level XML file in .NET (C# or VB.NET), I can find the answer for myself.
Thanks in advance
Jason