Share your ideas, report bugs, and see what's coming next
Yaak already shows text/event-stream responses as individual SSE events, which is useful for debugging the stream. For LLM-style streaming APIs, it…
Hi In my Linux machine sending a requests that responds in ≈50ms would take yaak about ≈5 seconds to respond. After investigating, I found that it…
I’ve run into an issue with cookie.value(): My setup involves a login endpoint that sets a co-auth cookie, but the response actually sets cookies…
A follow-up to this issue: I’m now able to start the application and I see the toast warning that the plugin could not be found. This plugin was the…
“Copy as gRPCurl” does not work when the request uses an template tag function logs: [2026-02-23][14:48:13][[37mINFO[0m][yaak_plugins::nodejs]…
Apparently every edit on a Request is saved automatically to local storage. It would be great to show an indication in the filetree next to the…
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.