[GH-ISSUE #496] [BUG] Breakpoint bug for GraphQL query with no input parameters #495

Open
opened 2026-03-03 19:50:57 +03:00 by kerem · 1 comment
Owner

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

Originally assigned to: @kics223w1 on GitHub.

Description

Verify if this bug happens on Windows: https://github.com/ProxymanApp/Proxyman/issues/2286

Originally created by @NghiaTranUIT on GitHub (Apr 21, 2025). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/496 Originally assigned to: @kics223w1 on GitHub. ## Description Verify if this bug happens on Windows: https://github.com/ProxymanApp/Proxyman/issues/2286
Author
Owner

@kics223w1 commented on GitHub (Apr 21, 2025):

🐛 Issue

This issue does not occur on Windows.

How to Test

  1. Execute the following cURL command:

    curl -x http://localhost:9090 \
      -X POST https://your-api-endpoint.com/graphql \
      -H "Content-Type: application/json" \
      -H "Authorization: Bearer YOUR_TOKEN_HERE" \
      -d '{
        "query": "query GetUser($id: ID!) { user(id: $id) { id name email } }",
        "variables": {
          "id": "1234"
        }
      }'
    
  2. In the Breakpoint Tool:

    • Create a breakpoint from the request.
    • Verify that the query name is GetUser.
  3. Repeat the same request.

  4. Confirm that the Breakpoint Tool correctly matches the request and query name.


<!-- gh-comment-id:2817932180 --> @kics223w1 commented on GitHub (Apr 21, 2025): ## 🐛 Issue This issue does **not** occur on Windows. ## ✅ How to Test 1. Execute the following `cURL` command: ```sh curl -x http://localhost:9090 \ -X POST https://your-api-endpoint.com/graphql \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_TOKEN_HERE" \ -d '{ "query": "query GetUser($id: ID!) { user(id: $id) { id name email } }", "variables": { "id": "1234" } }' ``` 2. In the Breakpoint Tool: - Create a breakpoint from the request. - Verify that the **query name** is `GetUser`. 3. Repeat the same request. 4. Confirm that the Breakpoint Tool correctly matches the request and query name. ---
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#495
No description provided.