mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1199] [BUG] Fix empty Response Body #1194
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#1194
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 @NghiaTranUIT on GitHub (Apr 7, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1199
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Sometimes, Proxyman will display a Response without any data, including the Header and the body.
Acceptance Criteria
@NghiaTranUIT commented on GitHub (Apr 7, 2022):
Done: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.3.0_Fix_User-Agent_on_Repeat_Tool.dmg
@runforprogram commented on GitHub (Apr 13, 2022):
https also empty body
@NghiaTranUIT commented on GitHub (Apr 13, 2022):
@runforprogram Do you use this beta build? Or it's from the latest version 🤔
@runforprogram commented on GitHub (Apr 13, 2022):
test 3.3 and https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.3.0_Fix_User-Agent_on_Repeat_Tool.dmg
http is ok but https has empty body like this



and i try to use debug model.it print out
Certificate is ok
@NghiaTranUIT commented on GitHub (Apr 14, 2022):
From your screenshot, the body is empty is correct behavior. I happen because your remote connection is closed. Thus, there is no Response (Header, body) to display.
Just wondering: Do you have any reproducible steps?
I tried:
@runforprogram commented on GitHub (Apr 14, 2022):
I just uninstall my app on android and reinstall。the Response is ok. i don't know why.
thanks for you reply. @NghiaTranUIT