Yaak Logo
Yaak
Feedback/paste url path with query params to replace existing query params

paste url path with query params to replace existing query params

Alex Viscreanu·3 years ago·YK-60
ReleasedImprovement

in insomnia, paw and other clients, I can have a request with a path e.g. /something where I define query params in the structured input form the client offers, then I can copy from somewhere else (usually logs) a new path e.g. /something?foo=bar&bar=baz, and when I paste it to the client, it would replace the data in the query params form with the contents of what I just pasted, leaving the path again as /something


Comments (7)

Sign in to leave a comment.

Gregory Schier

Good call. I want to put more "magic" like this into the app, and this is a great example of that.

Gregory Schier

This is now implemented, so will be included in the next release https://github.com/yaakapp/app/pull/89

Alex ViscreanuOP

looking forward to trying it out 🙂 huge thanks

Gregory Schier

No problem! Thanks for the suggestion

Gregory Schier
benetherington

Duplicate params get dropped in 2024.9.1

To replicate: Paste in http://fake.com?array[]=item1&array[]=item2. The expected behavior is that two params are added, both with the name array[] and the values item1 and item2. Instead, only one param is added, with the value item2.

Gregory Schier

I just noticed this today, and fixed in https://yaak.app/blog/2024.10.0-beta.6

Type to search feedback...