Hi, On 21.10.21 13:31, Claudio Jeker wrote: >> >> Hi, >> >> yes. The server should probably answer with a "Bad Request" instead. >> >> Fix below. ok? > > OK claudio@ >
Thanks for the quick fix! Another question, to httpd(8). Tried the following query. Used an invalid HTTP Version number (typo). $ telnet 10.42.42.183 80 [Shortened] GET / HTTP/1.2 [content] httpd provide here the site. Without checking the not existent version (1.2) number and the Host. Okay, that's maybe stupid from me to start a request with an invalid version number. But should not also the server answer with 400 (bad request)? According to the source only HTTP/1.1 is checked. All other request will be accepted. Okay, I'm not a RFC specialist. Still a newbie. BTW: A request from me (for this list): I'm still having troubles with the OpenBSD mailing list. My DKIM key will always be removed. Don't know why. My DMARC setting is restrict. No issues with Google as example. Don't want to break or spam the list. Can somebody tell me how to fix this, please? I'm really desperate. :(