[Feature Request] Import query params on cURL paste
See original GitHub issue- Insomnia Version: 7.0.0
- Operating System: macOS 10.14.5
Details
I think it would be convenient if the queryparams from a pasted cURL would be parsed automatically. There were some similar issues about this before (ex. #1684, #205).
I know about the Import from URL
button at the bottom of the Query tab (though I only found out about it after reading through issues 😛), but I can’t think of a reason for not having them parsed by default. I’m willing to work on this, if you agree it would be an improvement! 😄
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Queries with curl/http requests | Couchbase Docs
Couchbase Full Text Search supports running multiple types of queries through curl/http request. Term Query. The below sample responds with a list of...
Read more >Part 23 - Import request from browser using cURL - YouTube
In this video I've shown how can we Import network requests from browsers using cURL.References a. cURL Website - https:// curl.haxx.se/ b.
Read more >FR Pasting raw curl from browser of graphql queries into ...
I frequently use the import functionality of examining requests made in the browser. This funcationally works great from standard REST API ...
Read more >Python Request Post with param data - Stack Overflow
This request returns a success (2xx) response. Now I am trying to post this request using requests : >>> import requests >>> ...
Read more >64523 – cURL Import : Query parameters should be added in ...
Created attachment 37852 [details] Decode query params for GET when parsing curl command This patch tries to parse the URL and add a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @gschier !
@Surendrajat Sure, i’ll keep an eye out for the trailing
?
😄@eliasmeire if you could also remove the trailing
?
after parsing, it’ll be great as I like API endpoint clean.