Response http code
Wed 21 Aug 2024
🎉 Hi: ... 🎉
- จะต้องกำหนด http code การ response จาก api เพื่อสามารถนำไปใช้งานกับ frontend ได้
http code | Message | Description |
---|---|---|
200 | OK | The request was successful. |
400 | Bad Request | The server could not understand the request due to incorrect syntax. |
401 | Unauthorized | The request requires user authentication. |
404 | Not Found | The requested resource could not be found. |
500 | Internal Server Error | The server encountered an unexpected condition that prevented it from fulfilling the request. |
- Respone http code ที่ใช้งานบ่อย
200
401
500