【发布时间】:2016-06-22 21:43:14
【问题描述】:
我正在使用 codeigniter rest server api 库。
当我使用 PUT 方法在 Postman 中输入 http://localhost/RESTapi/api/question?X-API-KEY=XXX 时 我越来越: { “状态”:假, “错误”:“无效的 API 密钥” }
使用 GET 方法可以正常工作 我该如何解决这个问题?
【问题讨论】:
标签: php postman codeigniter-restserver