diff --git a/request_smuggling/proxy/httpd.conf b/request_smuggling/proxy/httpd.conf index 05676b4..3faffcb 100644 --- a/request_smuggling/proxy/httpd.conf +++ b/request_smuggling/proxy/httpd.conf @@ -558,3 +558,11 @@ ProxyPassReverse / http://128.11.0.5/ RewriteEngine On RewriteCond %{REQUEST_URI} (secret) [NC] RewriteRule .* - [F,L] + + + + RequestHeader set Content-Length "expr=-1" env=HTTP_CONTENT_LENGTH + Order Deny,Allow + Deny from all + Allow from env=HTTP_CONTENT_LENGTH + \ No newline at end of file