gpt4 book ai didi

ruby - Rest Client 是否支持 NTLM Auth?

转载 作者:数据小太阳 更新时间:2023-10-29 08:06:15 25 4
gpt4 key购买 nike

可以Rest Client做 NTLM 认证?

我在文档中没有看到任何身份验证类型的选项:

require 'rest_client'

resource = RestClient::Resource.new 'http://website', :auth_type => 'ntlm', :user => 'USERNAME', :password => 'PASSWORD'
results = resource.get

:auth_type => 'ntlm' 不起作用,而且我在文档或 IRC 聊天室中也找不到任何内容。

最佳答案

NTLM 要求确实缩小了您可以使用的 HTTP 软件的范围,因为它对 Microsoft 如此特定。

您可能想查看“NTLM Authentication for Ruby with Typhoeus and Curl”,然后查看使用Typhoeus而不是休息客户端。

关于ruby - Rest Client 是否支持 NTLM Auth?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4128988/

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