Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 task done
shipko opened this issue Mar 15, 2024 · 2 comments
Closed
1 task done

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

shipko opened this issue Mar 15, 2024 · 2 comments
Labels
bug Something isn't working need testing Needs to be tested before merging onto production

Comments

@shipko
Copy link
Contributor

shipko commented Mar 15, 2024

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

@shipko shipko added bug Something isn't working need testing Needs to be tested before merging onto production labels Mar 15, 2024
@shipko
Copy link
Contributor Author

shipko commented Mar 15, 2024

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

@shipko
Copy link
Contributor Author

shipko commented Mar 25, 2024

Solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need testing Needs to be tested before merging onto production
Projects
None yet
Development

No branches or pull requests

1 participant