-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added --supported-proxy-encodings doc
- Loading branch information
1 parent
fdd5852
commit f30c8e0
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
||
|