Computer Science, asked by Annchit, 5 months ago

What is the meaning of CRLF in https request?

Answers

Answered by drishty98
2

Answer:

hey mate here's the solution of your question...

Explanation:

HTTP response headers

What is CRLF? When a browser sends a request to a web server, the web server answers back with a response containing both the HTTP response headers and the actual website content, i.e. the response body. ... The CRLF can also tell a web application or user that a new line begins in a file or in a text block.

Answered by akleshsharma688
1

Answer:

When a browser sends a request to a web server, the web server answers back with a response containing both the HTTP response headers and the actual website content, i.e. the response body. The HTTP headers and the HTML response (the website content) are separated by a specific combination of special characters, namely a carriage return and a line feed. For short they are also known as CRLF.

Similar questions