gpt4 book ai didi

ruby-on-rails - 如何使用 ActionController::TestCase#post 使用具有 http 基本身份验证的 Rest API?

转载 作者:行者123 更新时间:2023-11-28 21:34:23 25 4
gpt4 key购买 nike

如何使用 ActionController::TestCase#post 使用具有 http 基本身份验证的 Rest API?

最佳答案

假设您使用的是 Rails 3,您可以通过调用 encoding_credentials 来设置请求环境 HTTP_AUTHORIZATION在 ActionController::HttpAuthentication::Basic 中。

@request.env['HTTP_AUTHORIZATION'] = ActionController::HttpAuthentication::Basic.encode_credentials("username", "password")

关于ruby-on-rails - 如何使用 ActionController::TestCase#post 使用具有 http 基本身份验证的 Rest API?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5437021/

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