[GH-ISSUE #480] [BUG] Compose Tool shows error popup for 500 status code #478

Open
opened 2026-03-03 19:50:51 +03:00 by kerem · 0 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/480

Originally assigned to: @kics223w1 on GitHub.

Description

Compose Tool shows an error popup for the 500 status code

https://github.com/user-attachments/assets/a6f5f98b-23f3-497b-bb5c-98c371ebf057

Steps to Reproduce

  1. Open Compose tool -> Make a request to https://httpbin.proxyman.app/status/500

Current Behavior

  • It shows the error alert
  • No body, headers are displayed

Expected Behavior

  • Refactor how to handle the Axios Code. If it's a Network error, like no Internet, invalid URL, or could not access -> Show Error Alert as normal
  • If It's status code 400 or 500 or any. It means the request success -> Show the body, status code, header
  • See how macOS handles it and fix it

Test

Originally created by @NghiaTranUIT on GitHub (Mar 18, 2025). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/480 Originally assigned to: @kics223w1 on GitHub. ## Description Compose Tool shows an error popup for the 500 status code https://github.com/user-attachments/assets/a6f5f98b-23f3-497b-bb5c-98c371ebf057 ## Steps to Reproduce 1. Open Compose tool -> Make a request to https://httpbin.proxyman.app/status/500 ## Current Behavior - It shows the error alert ❌ - No body, headers are displayed ❌ ## Expected Behavior - [ ] Refactor how to handle the Axios Code. If it's a Network error, like no Internet, invalid URL, or could not access -> Show Error Alert as normal - [ ] If It's status code 400 or 500 or any. It means the request success -> Show the body, status code, header - [ ] See how macOS handles it and fix it ## Test - [ ] Make request to https://httpbin.proxyman.app/status/500 -> NO error alert -> Can see Header, body - [ ] Make request to https://httpbin.proxyman.app/status/400 -> NO error alert -> Can see Header, body - [ ] Make request to https://abcdef.asdsadd -> Could not reach -> Show Error - [ ] https://www.google.com, but no Internet Connection -> Show Error
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxyman-windows-linux#478
No description provided.