如何在 Sinatra 中排除需要基本身份验证的路径
我正在使用 Sinatra 用 Ruby 编写一个小型 Web 服务。对几乎所有内容的访问都是使用 http 基本身份验证(在生产中通过 https)控制的。
我想将一个特定目录排除在需要授权之外。有没有简单的方法可以做到这一点?
I'm writing a smallish web service in Ruby using Sinatra. Access to pretty much everything is controlled using http basic auth (over https in production).
There is one particular directory that I want to exclude from requiring authorization. Is there an easy way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)