I'm using HttpListener. I want to only process requests however that come locally, not from another machine/server.
How would I programmatically verify if an incoming request is local for sure? For example would it be using some of the HttpListenerRequest members?