我正在使用Drupal 8.3.x和simple_oauth模块进行REST授权和身份验证。
我创建了一个简单的REST导出视图并设置" Authentication" to" basic_auth,simple_oauth"。
但是当我尝试网址时,它会显示错误
{
"message": "The used authentication method is not allowed on this route."
}
查看详情:
更新: 标题详细信息:
"url": "http://localhost/d8/api/stories?_format=hal_json",
"method": "GET",
"headers": {
"authorization": "Bearer <oauth token>"
}