I have an email verification page and I want to make sure it was accessed through an email and it was my email and someone doesn't just have, guessed, or figured out the mechanics of the URL and cause some mischief.
I was looking into HTTP_REFERER
, but I've heard it isn't a very secure way of checking as it can be spoofed easily?
I have other uses I want to use this for other than email verifications, but I wanted a more secure and trustworthy method. Are there better ways of verifying where the visitor is coming from?