Share your ideas, report bugs, and see what's coming next
When debugging GraphQL requests from Firefox, it uses ANSI-C quoting to escape special characters in the gql body. This dollar-prefixed string ($')…
Dear YAAK Team,First of all, I’d like to say that I really enjoy using YAAK. In particular, the HTTP SSE testing view is very well designed. I like…
Would be nice to allow keyboard scrolling [↓] and [↑] on the Response’s timeline listAdditionally: allow to show the “raw” timeline…
Should be able to open link in external browser, useful for doing custom authentication in plugins.
Today, I accidentally pressed the "send all" button, causing all the requests to be executed automatically at once. Personally, I think this operation…
Similar to Postman and Insomnia, I was wondering if Yaak has an option for a premade redirect URI essentially. For Postman, if you select Authorize in…
For each git command, now that the system git install is used, a command prompt window briefly pops up. At least it does on my windows machine.
I have a service that passes a JSON as the body, but then I need a verification hash structured with some parameters from the body as the header or in…
It would be great to add an option to use native system frame instead of custom one for coherent look on different linux installations
Given this folder structure, the command Palette will show this results:In my use case, I multiple folders / requests with the same name but grouped…
Insomnia allows you to filter requests, which is helpful. Today I have to use ctrl-f to find the text, but it still leaves all the other requests on…
The following case will be error.1. Added the params “username” ← First one2. Added the params “username” ← Second one3. For First one…