HTTP Status Codes
The OCA SMS Gateway attempts to return the appropriate HTTP Status Codes for every request
Code | Text | Description |
---|---|---|
200 | OK | Success |
401 | Unauthorized | Missing or Incorrect authentication details |
404 | Not Found | There is no data available, like user setting etc |
406 | Not Acceptable | Response when there is invalid format in request |
500 | Internal Server Error | Something is broken. This is usually a temporary error in server |
Last updated