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