[GH-ISSUE #3485] [bug]: Import cURL doesn't recognize paratheses and quotes #1177

Closed
opened 2026-03-16 19:00:30 +03:00 by kerem · 2 comments
Owner

Originally created by @zhzy0077 on GitHub (Nov 1, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3485

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

when importing below cURL

curl localhost/Entity(\'123\')
curl localhost/Entity('123')

I see hoppscotch put this to URL:

http://localhost/Entity123

Steps to reproduce

  1. Go to "Import cURL"
  2. Put curl localhost/Entity('123')
  3. See URL.

Environment

Production

Version

Cloud

Originally created by @zhzy0077 on GitHub (Nov 1, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3485 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior when importing below cURL ```sh curl localhost/Entity(\'123\') curl localhost/Entity('123') ``` I see hoppscotch put this to URL: ``` http://localhost/Entity123 ``` ### Steps to reproduce 1. Go to "Import cURL" 2. Put `curl localhost/Entity('123')` 3. See URL. ### Environment Production ### Version Cloud
kerem 2026-03-16 19:00:30 +03:00
Author
Owner

@shipko commented on GitHub (Nov 5, 2023):

Maybe this issue is similar to https://github.com/hoppscotch/hoppscotch/issues/3461

<!-- gh-comment-id:1793726735 --> @shipko commented on GitHub (Nov 5, 2023): Maybe this issue is similar to https://github.com/hoppscotch/hoppscotch/issues/3461
Author
Owner

@liyasthomas commented on GitHub (Dec 20, 2023):

Thanks for your patience and valuable feedback. This issue has been resolved in the latest release.

Closing this ticket as the fix is now available in the recent version. Feel free to reach out if you encounter any further concerns.

<!-- gh-comment-id:1863805580 --> @liyasthomas commented on GitHub (Dec 20, 2023): Thanks for your patience and valuable feedback. This issue has been resolved in the latest release. Closing this ticket as the fix is now available in the recent version. Feel free to reach out if you encounter any further concerns.
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#1177
No description provided.