admin管理员组文章数量:1390718
I know the "XMLHttpRequest" object supports a method "open" which has an optional parameter of a username and password. I just found out that these parameters can be supplier for requests requiring container-based authentication.
This is the method signature:
open(method, url, async, username, password)
Can someone help me out with the meaning of Container-Based Authentication?
I know the "XMLHttpRequest" object supports a method "open" which has an optional parameter of a username and password. I just found out that these parameters can be supplier for requests requiring container-based authentication.
This is the method signature:
open(method, url, async, username, password)
Can someone help me out with the meaning of Container-Based Authentication?
Share Improve this question edited Nov 26, 2009 at 10:05 Stephen Denne 37.1k10 gold badges48 silver badges61 bronze badges asked Nov 26, 2009 at 9:57 OrsonOrson 15.5k12 gold badges59 silver badges72 bronze badges1 Answer
Reset to default 8Container-Based means that the container of the web application (e.g. tomcat, jboss, etc.) performs the authentication, and makes the results of the authentication known to your web application.
As a consequence, your web application doesn't need to implement NTLM, HTTP Basic, or any authentication code, because the container already does all that.
本文标签: javascriptWhat is ContainerBased AuthenticationStack Overflow
版权声明:本文标题:javascript - What is Container-Based Authentication? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744662664a2618338.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论