IIS 作为反向代理
我正在考虑让 IIS 在 J2EE 服务器 (JBoss) 上执行的应用程序中进行身份验证。 有没有什么方法可以让 IIS 作为反向代理并将用户的用户名和/或角色传播到代理应用程序 (JBoss)。 如果可能的话,我需要什么版本的 IIS? 我有 IIS 的许可证,所以我想在 IIS 中执行此操作,但除此之外我更喜欢开源。
谢谢!
托马斯
I'm looking into to having IIS doing authentication in an application being executed on a J2EE server (JBoss). Is there any ways to have IIS work as reverse proxy and propagating the username and/or roles of the user the proxied application (JBoss). And also what IIS version would I need, if it's possible?
I have license for IIS, so I'd like to do it in IIS, but otherwise I'd prefer open source.
Thanks!
Tomas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
它不是开源的,但 IIS 7.0 的 ApplicationRequestRouting 可以充当反向代理。
更多信息:
http ://blogs.iis.net/wonyoo/archive/2008/07/09/application-request-routing-arr-as-a-reverse-proxy.aspx
下载:
http://www.iis.net/extensions/ApplicationRequestRouting
It's not open source, but ApplicationRequestRouting for IIS 7.0 can act as a reverse proxy.
More Info:
http://blogs.iis.net/wonyoo/archive/2008/07/09/application-request-routing-arr-as-a-reverse-proxy.aspx
Download:
http://www.iis.net/extensions/ApplicationRequestRouting
Microsoft ISA 服务器就是这样做的——您可能想先看看它。
Microsoft ISA server does that - you may want to look at that first.
IIRF 为 IIS5/6/7 进行反向代理和 URL 重写。
它是开源的,其规则使用类似于 mod_proxy / .htaccess 的语法。
您需要 v2.0 才能获得反向代理功能。
IIRF does reverse proxy and URL rewriting for IIS5/6/7.
It's open source, and uses a syntax evry similar to mod_proxy / .htaccess for its rules.
You need v2.0 to get the reverse proxy capability.
您可能想查看 http://www.managementfusion.com/products/url-rewriter /
You might like to look at http://www.managedfusion.com/products/url-rewriter/