Apaches %r
log format outputs: "GET /server?id=1 HTTP/2.0"
.
I need to have only the exact same query parameter value ?id=1
as separate field in my logs.
Thus i tried the %q
option, which unfortunately outputs for the same request:
?ReturnUrl=Example.aspx?id=1
For sure there is a rewrite involved, but there must be a way to get exactly what the client send, right? How?