The "Call" object allows you to set HTTP user ID and password for basic auth, and also similar methods to cater for intermediate HTTP proxies, if they exist.
“Call”对象允许您为基本认证设置HTTP用户标识和密码,以及中间 HTTP代理(如果它们存在的话)所需的类似方法。
When password authentication is used, WebSEAL sends its user ID and password as the basic auth header in the HTTP request (the user’s user ID is in the iv-user header).
当使用密码身份验证时,WebSEAL 会将其用户ID和密码作为基本的auth头在HTTP请求中发送(该用户的用户 ID 位于 iv_user 头)。
When password authentication is used, WebSEAL sends its user ID and password as the basic auth header in the HTTP request (the user's user ID is in the iv-user header).
当使用密码身份验证时,webseal会将其用户ID和密码作为基本的authHeader在HTTP请求中发送(该用户的用户ID位于iv_user Header)。
While Basic Auth is simple to use, usernames and passwords are not protected during HTTP transportation, so I am not going to talk about it in this article.
尽管Basic Auth使用起来很简单,但是在HTTP传输过程中用户名和密码不受保护,所以此文章中不予讨论。
While Basic Auth is simple to use, usernames and passwords are not protected during HTTP transportation, so I am not going to talk about it in this article.
尽管Basic Auth使用起来很简单,但是在HTTP传输过程中用户名和密码不受保护,所以此文章中不予讨论。
应用推荐