[All ready there?] Javascript
Please forgive me if this question is completely out there in left field as I'm not a coder/programmer.
Now, I came across a website using this anti-spam plugin for wordpress:
polepositionmarketing [DOT] com/library/wordpress-plugins/wpspam-free/#wpsf_how_it_works
polepositionmarketing [DOT] com/library/wordpress-plugins/wpspam-free/#wpsf_how_it_works
Didn't want the website to find this port (easily) hence the broken url.
That plugin stops comments from bots by doing this:
"this plugin uses a combo of JavaScript and cookies (on steroids) to weed out the humans from spambots"
Does SER already process in a way that this is not an issue and our comments will get submitted?
Anyways, regardless of my knowledge on coding this made for an interesting read I think.
Comments
The program handles cookies set by the server but for javascript set cookies it needs manual work (add fixed data, add cookies command). Though once you see a site that uses this I guess it can be easily added.