RootCauseunvalidated
Your HTTP request is malformed. — Use `\r\n` rather than `\n`. Tension: The HTTP/1.1 specification in RFC 2616 requires the use of CARRIAGE RETURN + LINE FEED (CRLF) as line terminator. Outcome: Apparently your PHP implementation fails to comply with the specification, while the jwebserver (JEP 408) implementation complies correctly.
5dc8e20f-9395-4a82-855d-0691412faa6e
Your HTTP request is malformed. — Use \r\n rather than \n. Tension: The HTTP/1.1 specification in RFC 2616 requires the use of CARRIAGE RETURN + LINE FEED (CRLF) as line terminator. Outcome: Apparently your PHP implementation fails to comply with the specification, while the jwebserver (JEP 408) implementation complies correctly.