Skip to content

Response http code

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

Built with: VitePress.