.htaccess 允许在 cookie 上下载已设置
如何设置 .htaccess 以检测 Cookie 并允许从站点目录下载文件? 我使用命令 RewriteCond %{HTTP_COOKIE} !^.*pswdcookie.*$ [NC]
来检测该 cookie。 “pswdcookies”是由 简单授权脚本:SAS 生成的
问题是,如果用户访问直接文件,他可以下载,即使他没有授权。但我需要只允许直接链接访问具有名称为“pswdcookies”的 Cookie 的用户,我在其中存储密码的 MD5 哈希值。
How to set .htaccess to detect a Cookie and allow to download files from Site directories?
I use a command RewriteCond %{HTTP_COOKIE} !^.*pswdcookie.*$ [NC]
to detect that cookies.
The "pswdcookies" is generated by Simple Authorization Script:SAS
The problem is, if user accesses the file directly, he can download it, even if he is not authorized. But i need to allow direct link accessing only to user which have Cookies with name "pswdcookies" where I store the MD5 hash of the password.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论