mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1453] Large json response shows as binary #1447
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#1447
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 @stodirascu on GitHub (Dec 2, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1453
Originally assigned to: @NghiaTranUIT on GitHub.
Description
I have a certain request for which I can't preview the response in Proxyman. I'm attaching the raw request/response pairs in case that helps (the binary data itself is omitted). I'm assuming it's due to the json size (68kb), because for smaller jsons on the same endpoint, I can preview the response.
Big-JSON-request.zip
Environment
@NghiaTranUIT commented on GitHub (Dec 2, 2022):
Hey @stodirascu can you export as ProxymanLogV2 and share with me via support@proxyman.io
The log you've sent doesn't contain the actual body, so I could not reproduce it.
@stodirascu commented on GitHub (Dec 2, 2022):
Sure thing.
@NghiaTranUIT commented on GitHub (Dec 3, 2022):
@stodirascu let's use this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.14.0_Fix_br_content_encoding.dmg
@stodirascu commented on GitHub (Dec 4, 2022):
Works 🙌
Thanks for your quick turnaround, Noah!
P.S. Keep building this awesome product
@cstrouse commented on GitHub (Dec 8, 2022):
I was having similar issues with 1MB responses and this fixed it. Thanks.
@SpacyRicochet commented on GitHub (Dec 25, 2022):
I wanted to chime in that this beta works for my case as well, though that's with HTML. ❤️
Weirdly enough, I have one site that renders as binary, even though it's HTML (a parser I wrote still works fine). However, an equivalent site for another client, renders as HTML as expected. Weirdly enough, the latter is a lot larger than the incorrect one. I wonder what causes that… large response size doesn't seem to be it 🤔
www.mijnafvalwijzer.nl_12-25-2022-11-39-28.proxymanlogv2.zip
afvalkalender.rova.nl_12-25-2022-11-40-37.proxymanlogv2.zip
But, it is solved with the new beta. Just dropping this here to add test cases and coverage if necessary.
@NghiaTranUIT commented on GitHub (Dec 27, 2022):
Thank @SpacyRicochet. I will add a Unit Test with your file 👍