我希望我的服务器允许我的移动应用程序使用“Authorization”标头。目前我的use服务器在sails中,我使用sails。origin: '*' controller: 'AuthController',},
当我的客户端发送标题中包含“AuthorizationRequest header field Authorization is not allowed by Access-Control-
嗨, 我尝试在空手道中以x-www- grant_type=client_credentials -urlencoded的形式传递值was,就像我用postman做的那样。我知道空手道会默认将内容类型设置为x-www-form-urlencoded,但你能帮我解决我在这里做错了什么吗?空手道脚本: enter code here And