gpt4 book ai didi

java - 如何让 HttpClient 使用 Kerberos?

转载 作者:搜寻专家 更新时间:2023-10-30 19:44:51 26 4
gpt4 key购买 nike

HttpClient是一个用于浏览网站的 Java 库。
我想将它与 Kerberos 一起使用. Kerberos part of HttpClient's documentation主要是说:

The best way to start is to grab the KerberosHttpClient.java file in examples and try and get it to work.

但是,找不到 KerberosHttpClient.java(sourcebinariesdoc)
没有这个文件很难做任何事情。

在哪里可以找到 KerberosHttpClient.java
或者是否有更好的文档解释如何将 HttpClient 与 Kerberos 结合使用?

最佳答案

sources您会找到包含该示例的文件 ClientKerberosAuthentication.java

httpcomponents-client-4.2/httpclient/src/examples/org/apache/http/examples/client/ClientKerberosAuthentication.java

顺便说一句,设置 Kerberos 身份验证需要在 KDC 端(我猜是 ActiveDirectory)和 HTTP 服务器端执行许多步骤。我推荐你这个generic server setup documentation即使以 mod_auth_kerb 为目标,它也解决了完成工作所需的概念和故障排除。

关于java - 如何让 HttpClient 使用 Kerberos?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11080741/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com