Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 codeigniter 3 创建一个休息 api,它运行良好,但我在如何显示时遇到问题
{"status":false,"error":"无效的 API 密钥"}
You need to find or add on your database api_rest_access
also check the application/config/rest.php
application/config/rest.php
and send via Postman, if you are using Rest API on CodeIgniter3 , you cannot access with GET
Rest API on CodeIgniter3
GET