HTTPS & TLS Support
Your client must access all TableCheck API endpoints via HTTPS.
HTTP requests, e.g.
http://api.tablecheck.com/...
will receive a3xx
response redirecting to the equivalent HTTPS URL.
Your client must use a minimum of TLS 1.2.
Your client must support at least one of the following cipher suites:
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
Any support for older TLS versions and other cipher suites should be regarded as “unofficial” and may be removed at anytime without notice.
As a security best practice, you must agree to regularly patch your OS, frameworks, and libraries (e.g. OpenSSL), even if you do not change your application code.
Minimum TLS version and cipher suite support will be updated in accordance with our TableCheck API Change Policy.