How to be sure a http request is local when using HttpListener

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-04-09T12:41:53Z Indexed on 2010/04/09 12:43 UTC
Read the original article Hit count: 504

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

© Stack Overflow or respective owner

Related posts about httplistenerrequest

Related posts about httplistener