GlossaryBASELINEBASELINETest IDCOMP-BASELINECategoryComplianceExpected2xxWhat it sends A well-formed minimal HTTP/1.1 GET request.GET / HTTP/1.1\r\n Host: localhost:8080\r\n \r\nWhy it matters This is the sanity check for reachability and parser baseline. If this fails, later negative tests are not meaningful.RFC Basics