Open ticket
Submit a support ticket
Are all URLs encrypted when using TLS/SSL (HTTPS) encryption?
Yes, the SSL connection is between the TCP layer and the HTTP layer. The client and server first establish a secure encrypted TCP connection (via the SSL/TLS protocol) and then the client will send the HTTP request (GET, POST, DELETE...) over that encrypted TCP connection.
Submit a support ticket