使用Http模块进行授权AuthorizeRequest或BeginRequest
我有一个带有susciription 的wap 站点,我想检查用户是否有权查看某些页面。我决定使用 http 模块。
我应该使用 AuthorizeRequest 还是 BeginRequest 来检查用户状态?为什么?
I have a wap site with susciription and I want to check if users are authorized to see some pages. I have decided to use http module.
Should I use AuthorizeRequest or BeginRequest to check the users status? and why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
显然,您应该处理 AuthorizeRequest 事件,因为您需要知道用户是谁(必须已处理身份验证)。
You obviously should handle AuthorizeRequest event since you need to know who is the user (authentication must have been processed).
您确实没有提供足够的信息来获得权威答案,但我可以提供一些信息来帮助您开始完善您的问题。
请参阅 http://www.codeproject.com /Articles/39026/Exploring-Web-config-system-web-httpModules.aspx
一些相关信息是对您的身份验证策略的描述。
更新您的问题并给我留言,我会立即回复您。
You really have not given enough information to garner an authoritative answer but I can provide a bit of information to get you started on refining your question.
See http://www.codeproject.com/Articles/39026/Exploring-Web-config-system-web-httpModules.aspx
Some relevant information would be a description of your authentication strategy.
Update your question and leave me a comment and I will get right back to you.