[GH-ISSUE #541] Breakpoint: Option to drop the connection with a 429 status code #537

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

Originally created by @kics223w1 on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/541

Originally assigned to: @kics223w1 on GitHub.

📝 Description

We should add an option to immediately drop the connection and respond with a 429 Too Many Requests status code when a breakpoint condition is matched. This is useful for simulating rate-limiting scenarios during development and testing.


Acceptance Criteria

  • Add a new breakpoint action to Drop connection with 429.
  • When this action is triggered, Proxyman should send an HTTP response with:
    • Status code: 429 Too Many Requests
  • Ensure the original request is not sent to the destination server.
Originally created by @kics223w1 on GitHub (Sep 15, 2025). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/541 Originally assigned to: @kics223w1 on GitHub. ## 📝 Description We should add an option to immediately drop the connection and respond with a `429 Too Many Requests` status code when a breakpoint condition is matched. This is useful for simulating rate-limiting scenarios during development and testing. --- ## ✅ Acceptance Criteria - [x] Add a new breakpoint action to **Drop connection with 429**. - [x] When this action is triggered, Proxyman should send an HTTP response with: - Status code: `429 Too Many Requests` - [x] Ensure the original request is not sent to the destination server.
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#537
No description provided.