标签: java google-app-engine
如何使用http以编程方式检查网址https或HttpServlet。如果网址为http,则发送消息为Warning,否则为Allow消息。
http
https
HttpServlet
Warning
Allow
如何阻止HTTP Url并以编程方式允许HTTPS。
答案 0 :(得分:1)
您可以通过servletRequest.isSecure()检测servlet中的HTTPS。
servletRequest.isSecure()
要强制使用HTTPS,只需web.xml中的configure secure Urls即可。当用户转到HTTP时,他们将被重定向到HTTPS。
web.xml