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.
我正在寻找一种方法来针对期望 SPNEGO(凭证协商)发生的服务器运行 GET 和 POST 请求。我希望尽可能多地使用 Ruby 1.8.x 的解决方案,但如果我没有得到任何其他东西,我会看看 Ruby 1.9.x 的可能性(到目前为止没有运气尝试过 gssapi gem - 我会更喜欢 spnego-able HTTP 客户端而不是 DYI 方法:/)。
目前,我所有的尝试都没有成功(即我没有找到任何不是仅限 Win32 的东西——我需要它与 Mac/Linux 兼容)。
解决方案在于 libCurl(又名 Curb)的 ruby 绑定。耶!