[GH-ISSUE #3901] [bug]: can't import curl command with data-urlencode #1369

Closed
opened 2026-03-16 20:01:10 +03:00 by kerem · 2 comments
Owner

Originally created by @shipko on GitHub (Mar 15, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3901

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

I noticed that parameter data-urldecode not importing correctly.

Steps to reproduce

  1. Go to https://hoppscotch.io/
  2. Open new tab
  3. Import cURL command
curl --location 'https://api.example.net/id/1164/requests' \
--header 'Accept: application/vnd.test-data.v2.1+json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'X-Application: Production-App/3.125.0' \
--data-urlencode 'data={"type":"test","typeId":"10106494"}'
  1. See that not all data has been imported

Environment

Production

Version

Cloud

Originally created by @shipko on GitHub (Mar 15, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3901 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I noticed that parameter `data-urldecode` not importing correctly. ### Steps to reproduce 1. Go to https://hoppscotch.io/ 2. Open new tab 3. Import cURL command ``` curl --location 'https://api.example.net/id/1164/requests' \ --header 'Accept: application/vnd.test-data.v2.1+json' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'X-Application: Production-App/3.125.0' \ --data-urlencode 'data={"type":"test","typeId":"10106494"}' ``` 4. See that not all data has been imported ### Environment Production ### Version Cloud
kerem 2026-03-16 20:01:10 +03:00
Author
Owner

@shipko commented on GitHub (Mar 15, 2024):

Hi, I already have a solution. Can you assign me this task

<!-- gh-comment-id:1999299420 --> @shipko commented on GitHub (Mar 15, 2024): Hi, I already have a solution. Can you assign me this task
Author
Owner

@shipko commented on GitHub (Mar 25, 2024):

Solved

<!-- gh-comment-id:2018292885 --> @shipko commented on GitHub (Mar 25, 2024): Solved
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/hoppscotch#1369
No description provided.