How to redirect users based on random URL string?
问题 For security purposes, I need to only display a page to users if they are coming from a specific site, and not direct visitors. The way I currently have it set up, there will be a random 12-character string generated and appended to the url. For example: http://www.example.com?skey=a72bzy321bgf The skey parameter will always be random, but always have 12 characters. So basically, if my URL has a &key= parameter with 12 random characters, the page is displayed correctly. If not, the visitors