I want to dump all request that nginx is getting for a specific location so I can debug a strange problem that I have.
Usually tcpdump would be the solution but remember that nginx is accessed using HTTPS so dumping secured packages wouldn't be useful.
Note: in fact I am mostly intereted to dump all headers as I need to find out if any proxy modified the requests made by the client.
Obviously, I already used Wireshark or Charles on the client side but I came to the conclusion that that reaches the server is different that what it was sent by the client.