简体   繁体   中英

How to disable a link if the link is not from the previous link

How to disable a link if the link is not from the previous link

Like: https://example.com/ReffLink/ThisLink

People Must From previous Link First Then The Link page go

But People Dont Just Search https://example.com/ReffLink(Without click See This Link)/ThisLink(Locked)

This should be done server-side. Otherwise, it's trivial for people to override the check on the first link.

You will need to set a cookie when the first page is loaded. Then on the second page, check for the existence of that cookie before allowing the second page to load. Otherwise, redirect to the first page.

You didn't mention which server-side tech you're using if any, so I can't provide you a more specific answer than that. But, that's the general idea. Most any server-side framework allows you set cookies/session data.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM