HTTPS_REQUIRED
Reason
- The client was not using the HTTPS protocol to make the connection to the API service
Solution
- Use the HTTPS protocol
- Ensure that the request URL starts with
https://
Example
{
"status": 400,
"errors": [
{
"code": "HTTPS_REQUIRED",
"message": "Sensitive information is to be sent - server requires HTTPS",
"more_info": "https://developer.kayako.com/api/v1/reference/errors/HTTPS_REQUIRED"
}
]
}