[RESOLVED] Detect website automation
I'm just curious to know, since I have a website with a form, if it is possible to detect website automation?
For example if the user fills the form with C# code and then clicks the button with C# code. Is it possible to detect such things?
I don't want any code to do that, just something that struck my mind :)
What I know, it is impossible? :ehh:
Re: Detect website automation
It isn't 100% possible.
There are ways to try to avoid it, such as generating a uniqueID per page-load, having a captcha, etc. but there are always ways someone can get around that.
Re: Detect website automation
Precisely what I thought, thank you for confirming it so I don't have to spend more time thinking about it ;)