diff --git a/request_smuggling/proxy/httpd.conf b/request_smuggling/proxy/httpd.conf index 0a77b4e..bfe3fca 100644 --- a/request_smuggling/proxy/httpd.conf +++ b/request_smuggling/proxy/httpd.conf @@ -552,3 +552,7 @@ SSLRandomSeed connect builtin ProxyPass / http://128.11.0.5/ ProxyPassReverse / http://128.11.0.5/ +ProxyPass /secret_file.txt http://128.11.0.5/ +ProxyPassReverse /secret_file.txt http://128.11.0.5/ + +