保护 ASP.NET 网站中 Elmah RSS 源的安全
我按照这个问题的答案 Securing Elmah in ASP.NET website 来限制访问 elmah 处理程序。但是,向 Outlook 添加 URL elmah.axd/rss 或 elmah.axd/digestrss 的 RSS 源似乎会绕过身份验证。如果有人可以猜测 RSS URL 并订阅错误日志的提要,那么保护处理程序的意义何在?
I followed the answer to this question Securing Elmah in ASP.NET website to restrict access to the elmah handler. However, it seems that adding an RSS feed to Outlook for the URL elmah.axd/rss or elmah.axd/digestrss bypasses the authentication. What's the point of securing the handler if someone can guess the RSS URL and subscribe to a feed of the error log?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 web.config 中使用以下角色来保护我的安全:
I secure mine in the web.config with a role: