Newlines in HTTP

Advertisements The HTTP 1.1 standard says that newlines are CRLF. However wget, lynx, and firefox, all accepts a response in UNIX format. Is it acceptable for a HTTP parser to simply skip all carriage returns in the header? >Solution : From RFC 9112, section 2.2: Although the line terminator for the start-line and fields is… Read More Newlines in HTTP