We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f489c55 commit 196618eCopy full SHA for 196618e
nginx.conf
@@ -7,7 +7,7 @@ http {
7
8
location /capture-headers {
9
add_header Content-Type "text/plain";
10
- return 200 "Request Headers:\n\n$host$request_uri\n\n$http_*";
+ return 200 "Request Headers:\n\n$host$request_uri\n\n$headers_in";
11
proxy_buffering off;
12
# These two should be the same or nginx will start writing
13
# large request bodies to temp files
0 commit comments