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.
我用 Java 开发了一个 WSDL 网络服务,我需要检查连接/调用/请求是否是通过 SSL 进行的(简而言之,只接受 SSL 连接/请求)。这可能吗?我找不到任何与它相关的东西,但我可能搜索错了。
您无需在 Java 端进行第二次检查。只需在中正确定义资源web.xml.如果您出于某种原因必须检查它,只需检查ServletRequest.isSecure().
web.xml.
ServletRequest.isSecure()