[GH-ISSUE #500] [BUG] cURL Import Fails in Compose Tool #496

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

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

Originally assigned to: @kics223w1 on GitHub.

Steps to Reproduce

  1. Open the Compose Tool in your application.
  2. Click ImportcURL.
  3. Paste the following command into the import dialog:
   curl --location 'https://httpbin.proxyman.app/post' \
     --header 'Content-Type: application/json' \
     --data '{
       "id":"1234"
     }'

Current Behavior

  • An error alert appears.

Expected Behavior

  • The Compose Tool should successfully parse the cURL command.
  • The request URL, headers, and JSON body should populate the compose fields automatically.
Originally created by @kics223w1 on GitHub (Apr 21, 2025). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/500 Originally assigned to: @kics223w1 on GitHub. ## Steps to Reproduce 1. Open the **Compose Tool** in your application. 2. Click **Import** → **cURL**. 3. Paste the following command into the import dialog: ```bash curl --location 'https://httpbin.proxyman.app/post' \ --header 'Content-Type: application/json' \ --data '{ "id":"1234" }' ``` ## Current Behavior - An error alert appears. ## Expected Behavior - The Compose Tool should successfully parse the cURL command. - The request URL, headers, and JSON body should populate the compose fields automatically.
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#496
No description provided.