http-garden
http-garden copied to clipboard
Fuzzer doesn't account for the fact that Bun and Deno ignore message bodies in `GET` requests.
This could use a normalization
Related: lighttpd by default will reject GET with request body with 400 Bad Request unless lighttpd.conf is explicitly configured to permit GET with request body: server.http-parseopts += ("method-get-body" => "enable")
Reference: lighttpd server.http-parseopts documentation
I had noticed this, but didn't see that option. I will enable that in the Lighttpd config. Thanks!