All Questions
1 question
1
vote
3
answers
133
views
How can I tell the difference between a post from a browser, and someone trying to post programmatically
Is there a way to determine if the request coming to a handler (lets assume the handler responds to get and post) is being performed by a real browser versus a programmatic client?
I already know ...