简体   繁体   中英

JAX-WS Form Authentication

I have a web service developed with JAX-WS and deployed to a Tomcat server. In the file web.xml I configured Form Authentication but I can't authenticate my client. Is it possibile to use Form Authentication to authenticate a JAX-WS client? All works if I use Basic Authentication.

当然,这是不可能的,因为表单身份验证以交互方式提示Web服务客户端无法满足的用户名和密码。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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