Insomnia: [Feature Request] Automatically parse query parameters from URL

Created on 24 Sep 2019  路  2Comments  路  Source: Kong/insomnia

When creating a new request and pasting a new URL like
https://some.service.rest/api/method?aaa=bbb&ccc=ddd
it would be a major time saving feature if one could turn on an option of Insomnia automatically trimming the URL into:
https://some.service.rest/api/method
and populating the query fields:

aaa=bbb
ccc=ddd

As the requests grow long, it's becoming a nuisance.

Most helpful comment

Just wanted to make sure you're aware that there _is_ a button in the query tab to import the params from the URL.

If this were automated, when would you expect it to happen? I feel like it would be useful when pasting text into the URL but can't think of any other scenarios.

image

All 2 comments

Just wanted to make sure you're aware that there _is_ a button in the query tab to import the params from the URL.

If this were automated, when would you expect it to happen? I feel like it would be useful when pasting text into the URL but can't think of any other scenarios.

image

You are totally right @gschier, I apologize. Consider the issue closed :)

Was this page helpful?
0 / 5 - 0 ratings