Hi guys, I am looking for a way to check if a form post originated from the local site, or a remote site,
I mean, I would like to prevent remote form post's from hijacking my form script,
So if the form submitted to my script from the same domain it was running on, thats OK, but if the form post came from http://external-domain.com, that would be rejected..
Can anyone suggest a way to do this? The issue, is that the local form is not always going to be at the same location on my website, so I can't just use a plain http_referer check,
Any ideas would be great,
thanks!
-Arron