HTTP

It is a protocol belonging to the application layer. It has a non-connectivity nature in which the connection is disconnected when a response to a request sent from the client to the server is received, and it is stateless in that the server does not save the client’s state. Therefore, Craliant uses cookies and sessions to store the data required for the request. Data is not encrypted.

HTTPS: A web communication protocol created by strengthening security because HTTP was vulnerable to security. It uses symmetric key encryption and public key encryption.