梦工厂2.0.4
DreamFactory 2.0.4
当我向我的新 DSP 发送请求时,我收到了 404
GET http://example.com/api/v2/sericename/_table/tablename 404 (Not Found)
在 Apache error.log 我看到了
... Got error: PHP message: REST Exception #404 > Role not found ...
角色和用户配置正确,几乎与 DSP 1.9 中的配置方式相同。*
从 DreamFactory 1.x 移动到 2.0,header X-DreamFactory-Application-Name 已弃用。向前移动正确的 header 是 X-DreamFactory-API-Key。使用较旧的 header 将导致此错误。
当我向我的新 DSP 发送请求时,我收到了 404
GET http://example.com/api/v2/sericename/_table/tablename 404 (Not Found)
在 Apache error.log 我看到了
... Got error: PHP message: REST Exception #404 > Role not found ...
角色和用户配置正确,几乎与 DSP 1.9 中的配置方式相同。*
从 DreamFactory 1.x 移动到 2.0,header X-DreamFactory-Application-Name 已弃用。向前移动正确的 header 是 X-DreamFactory-API-Key。使用较旧的 header 将导致此错误。