Skip to content

[BUG] cURL Import Fails in Compose Tool #500

Open
@kics223w1

Description

@kics223w1

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working✅ DoneTicket is resolved

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions