Righty. I have an XML Web Service that checks stock and prices directly through to our suppliers. I'd like to ensure that only requests from localhost are processed - i.e. do not allow anything to query the DB except the website itself.
I cannot however access the Request object from inside the web service, so how can I access the source IP?
