mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1030] Aborted response shows 999 instead of 503 #1027
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#1027
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 @CyberMew on GitHub (Oct 14, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1030
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
2.33.0
macOS Version? (Ex. mac 10.14)
11.6
Steps to reproduce
Breakpoint on a request, then click on Abort
Expected behavior
Status code of the request should match the response from the client that made the request. Proxyman shows 999 but client receives it as 503. If 503 is being returned to client as a 'server' response, then Proxyman should show 503 and not 999 SSL Handshake Failed. 999 can be a code for Proxyman related information, but it should still show that 503 was returned somewhere (maybe at the very least we can show it in the Response panel).
Screenshots (optional)
Furthermore, I tested with some other browsers, and it seems that it is supposed to show "Aborted by breakpoint" in the Response panel, but it doesn't for simulator (hence the screenshot above), I am not sure if this inconsistency is another separate bug.
@NghiaTranUIT commented on GitHub (Oct 14, 2021):
Thanks for your screenshot. It's definitely a bug. I will sort it out 🖐️
@NghiaTranUIT commented on GitHub (Nov 9, 2021):
Fixed https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.34.1_BetterUI.dmg
@CyberMew commented on GitHub (Nov 9, 2021):
Nice. It is in 2.34.1 already? I haven't been checking since it was marked for 2.35.0
@NghiaTranUIT commented on GitHub (Nov 9, 2021):
It's in Beta of 2.35.0, but I haven't bumped the version yet. When 2.35.0 is released, it will include the fix 👍