mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #400] Support deflate compression #395
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#395
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doubleday on GitHub (Feb 19, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/400
Originally assigned to: @NghiaTranUIT on GitHub.
gzip compression works fine but Proxyman does not seem to support deflate.
Proxyman version? (Ex. Proxyman 1.4.3)
1.16.0
macOS Version? (Ex. mac 10.14)
10.14.6
Steps to reproduce
Call a service that uses deflate as response encoding
Expected behavior
Show the uncompressed response in the response tab
Example Log
deflatenotsupported.proxymanlog.zip
@NghiaTranUIT commented on GitHub (Feb 19, 2020):
Thank for the report @doubleday. Proxyman is currently supported all type of encoding, but I'm not sure why it doesn't decode
deflateproperly.Let me investigate it 👍
@NghiaTranUIT commented on GitHub (Feb 19, 2020):
Hey @doubleday, let try this BETA build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.16.0_Decode_deflate.dmg
I will officially ship in the next release 👍
@doubleday commented on GitHub (Feb 20, 2020):
Just tested it and it works 👍
Thanks!