epam / Wilma

Service Virtualization Solution – a combined Service Stub and Transparent Proxy
GNU General Public License v3.0
58 stars 12 forks source link

Add support of Content-Encoding=br aka Brotli #113

Closed tkohegyi closed 3 years ago

tkohegyi commented 3 years ago

Add auto encoding/decoding support of messages transferred by using the Brotli compression method. Mode info:

tkohegyi commented 3 years ago

Initial task: https://github.com/tkohegyi/mitmJavaProxy/issues/13

If proxy part is updated, then the support is auto-provided in Wilma (= the "br" encoded request/response messages will be captured/stored in decoded status)

After enhancing the proxy, only the request body need to be decoded in Wilma to use the "br" encoded request body for request evaluation - as necessary.

tkohegyi commented 3 years ago

seems the proxy does the trick and no more update is necessary in Wilma - doing final tests.

tkohegyi commented 3 years ago

released in https://github.com/epam/Wilma/releases/tag/V2.2.461