I have web application which was developed in .NET 3.5, hosted on Windows server.
Outside people are accessing my web application by creating HttpWebRequest
POSTs and passing the browser information along with necessary input values.
How to restrict access to my web application through HttpWebRequest
?