当我向我的新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中的配置方式相同。
发布于 2016-01-08 19:35:54
从DreamFactory 1.x移到2.0,报头Application-Name被废弃。向前移动正确的标题是API-键。使用旧的标头将导致此错误。
https://stackoverflow.com/questions/34677377
复制相似问题