Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 apache 绕过 python 将文件提供给客户端,但文件应该只对 python 授权用户可用。
例如,我有一个文件 /uploads/user/somepic.jpg 并且我想让这个文件只有当前登录的用户可以访问
也许通过像/downloads/#some_hash#这样的地址绕过pythons yield f.read(),是否有可能,有人可以指出我正确的方向吗?我找不到任何开始。