Hi,
I'm exposing some REST API. Inside a method I need to know what is the domain (server) from which the call was made. HTTPRequestHandler.GetRequestDomain() returns the domain (server) of the API itself so it's not a solution.
Any idea?
Regards
Tomasz
Hi Tomasz,
have you tried the method GetIP ?
From what I've read on the documentation is sounds like for what you want.
Yes, it works. Better this than nothing. But it is still only IP, not a domain name.