Home > Back-end >  How to limit access to web resources
How to limit access to web resources

Time:12-05

Such as a web site is abc.com, there is a picture is abc.com/aaa.png
Demand is the user to enter a password to access images, not directly through the url location to images (assuming the user know path)
Usually are implemented using redirects, but how to judge whether the password input right? And if after the password for the administrator to change the requirements also can't let users access,
How to achieve better
  • Related