Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您如何告诉 https 终止负载均衡器从 http 请求重定向到 https 请求?
我有一个 .net 应用程序,如果他们访问某些页面,它会将访问者重定向到 SSL。
您只需向客户端发送一个正常的重定向。
响应将使用原始 http 请求发送出去,新的 https 请求将按照正常方式在负载均衡器处终止 SSL。