简体   繁体   English

IIS HTTP请求通过身份验证重定向

[英]IIS http request redirect with authentication

I have two website, Site A and Site B. Site A is on the DMZ area where allow public/anonymous sending http request (one of the client http request data), and i would like the request to redirect to Site B(internal secure host which only allow internal http request) 我有两个网站,站点A和站点B。站点A位于DMZ区域,该区域允许公共/匿名发送HTTP请求(客户端HTTP请求数据之一),我希望将请求重定向到站点B(内部安全)主机,仅允许内部http请求)

My question is, Site B is setup with basic authentication REALM. 我的问题是,使用基本身份验证REALM设置了站点B。 but public/anonymous http request doesn't support Basic REALM. 但是公共/匿名http请求不支持Basic REALM。 is there a way in the IIS Site A to redirect the request with authentication so Site B could accept the request with REALM IIS站点A中是否可以通过身份验证重定向请求,以便站点B可以使用REALM接受请求

我找到了一种使用Microsoft ISA Server解决上述问题的方法

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM