Skip to content

Commit

Permalink
Added --supported-proxy-encodings doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Apr 25, 2024
1 parent fdd5852 commit f30c8e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _docs/standalone/java-jar.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ internet access via an opaque proxy). e.g.
`--proxy-via webproxy.mycorp.com:8080`. Also supports proxy authentication,
e.g. `--proxy-via http://username:[email protected]:8080/`.

`--supported-proxy-encodings`: The set of acceptable compression methods represented in the `accept-encoding` request header
sent by WireMock when proxying or recording expressed as a comma-separated list e.g `gzip,deflate`. This is particularly useful if you want to avoid recording e.g. brotli compresssed responses
that can't then be viewed in the request log or served with a different compression scheme on playback, which can be achieved via `--supported-proxy-encodings=identity`.

`--enable-browser-proxying`: Run as a browser proxy. See
[Running as a browser proxy](../../proxying#running-as-a-browser-proxy).

Expand Down

0 comments on commit f30c8e0

Please sign in to comment.