.htaccess 允许在 cookie 上下载已设置

发布于 2024-12-11 10:31:53 字数 323 浏览 0 评论 0原文

如何设置 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文