HTTP Status
Status codes are numerical codes that are part of the HTTP response sent by a server to indicate the status of a request. These codes provide information about whether a request was successful, encountered an error, or requires further action.
HTTP Code | HTTP Message | Message |
---|---|---|
200 | OK | Success |
400 | Bad Request | Bad Request: one or more parameter is invalid or missing |
401 | Unauthorized | Unauthorized: invalid signature key provided in the request |
402 | Payment Required | Make a payment to access the requested resource |
403 | Forbidden | Forbidden: service not allowed |
404 | Not Found | Resource not found |
405 | Method Not Allowed | Method Not Allowed |
409 | Conflict | Conflicting data: already exists |
429 | Too Many Requests | Too Many Attempts |
500 | Internal Server Error | Internal Server Error |
504 | Gateway Timeout | Server error |
524 | Timeout from Cloudflare | Unofficial Server Error |