Skip to content

Instantly share code, notes, and snippets.

@eeichinger
Last active January 15, 2016 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eeichinger/36a5df9e614a399af657 to your computer and use it in GitHub Desktop.
Save eeichinger/36a5df9e614a399af657 to your computer and use it in GitHub Desktop.
Wiremock un-gzip recorded traffic
{
"priority": 10,
"request": {
"method": "ANY",
"urlPattern": ".*"
},
"response": {
"proxyBaseUrl" : "https://other.com",
"additionalProxyRequestHeaders": {
"Accept-Encoding": "identity"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment