gpt4 book ai didi

ruby-on-rails - 在 rails 响应中设置 WWW-Authenticate header 的正确方法是什么?

转载 作者:行者123 更新时间:2023-12-03 15:51:46 24 4
gpt4 key购买 nike

在 rails 响应中设置 WWW-Authenticate header 的正确方法是什么?

目前我这样做:

    headers["WWW-Authenticate"] = %(Basic realm="My Realm")
render :json => {:message =>I18n.t("errors.messages.authorization_error")}, :status => :unauthorized

我认为有一种更简单的方法可以使用 rails api 设置此 header 。无需直接访问标题字典。

最佳答案

您所做的没有任何问题,但 Rails 确实内置了 HTTP 身份验证。请参阅此链接:http://apidock.com/rails/ActionController/HttpAuthentication/Basic/ControllerMethods/authenticate_or_request_with_http_basic

关于ruby-on-rails - 在 rails 响应中设置 WWW-Authenticate header 的正确方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8550709/

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