Formatter extension for printing request without query string
Note
This extension is functional but has not had substantial production burn time, use only with this caveat.
Tip
This extension extends and can be used with the following extension category:
%REQ_WITHOUT_QUERY(X?Y):Z%
An HTTP request header where X is the main HTTP header, Y is the alternative one, and Z is an optional parameter denoting string truncation up to Z characters long. The value is taken from the HTTP request header named X first and if it’s not set, then request header Y is used. If none of the headers are present ‘-‘ symbol will be in the log.
Configuration for the request without query formatter.