Hello Team, can anyone help me with the command to...
# help
a
Hello Team, can anyone help me with the command to record request headers via windows command prompt in wiremock? I have been searching throughout the internet but none of them worked. Some examples that did not work: 1. --captureHeaders 2. --match-headers 3. --preserver-host-header
l
As far as I know it is the
--match-headers
command you are looking for:
When in record mode, capture request headers with the keys specified.
If that isn't doing what you expect it to do, could you give more information about what you are doing and the result you are seeing