Share your ideas, report bugs, and see what's coming next
Consumed 42GB memory while idling, over the course of 3 hours being open. After rebooting and running ramwise against it for about 5 minutes: After…
Trying to migrate the thousands of requests I have in a Insomnia workspace, but the Yaak import wasn’t 100% complete… A few things were missing:…
Given a request URL like: /pets/:petIdentifier/info the :petIdentifier is highlighted and available in the “Params” list. Editing such…
Hello. I’m wondering if it’s possible to implement response-filtering using jq. I’ve tried to develop the plugin myself, but it looks like the…
Hey! I can not get Yaak AWS Signature generating working with Ceph’s S3 endpoint. You can reproduce the issue by using this Ceph single-container…
While typing chinese, entering in MacOS means confirming those characters are correct, and clicking the enter twice submits the change, there are two…
I got a problem when try to import Cloudflare API Schema. https://github.com/cloudflare/api-schemas/raw/refs/heads/main/openapi.json I can import, but…
On Windows, Yaak has noticeable delay when creating and sending requests, which affects API performance testing accuracy. Compared to Postman on the…
Yaak already shows text/event-stream responses as individual SSE events, which is useful for debugging the stream. For LLM-style streaming APIs, it…
As in the title:
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…
Hi, I was trying to make a SOAP request over HTTPS to a legacy endpoint. The request itself is configured correctly, but in Yaak it fails with: Client…
In most cases an environment variable should be set for each environment. In the current Manage Environments view, you have to set and manage each…
My backend uses CSRF protection. I have set up a header to get its value from a cookie. I have two environments: local and server. When I change…
After updating to the latest beta v2026.4.0-beta.1, I can no longer send the requests directly from the request json body editor with ctrl+enter. The…
In Settings/General, when switching Update Channel, it should automatically switch the specified channel, not stay on the current version until…
When editing a URL in the request URL input, accepting the http:// autocomplete suggestion can insert the protocol before an existing ://, resulting…
Hello there! I’ve noticed that update caches are stored in /Users/{user}/Library/Caches/app.yaak.desktop/updates and Yaak doesn’t seem to have any…
On the side bar I want to be able to drag an item to the bottom. When the last item on the sidebar is an open folder this is not possible, as the…
When clicking “import curl” the request is added in the same folder as the last sent request. Instead I would want the request to be imported in…
Yaak’s UI appears to hang on successful gRPC responses (grpc-status: 0) when the response message contains google.protobuf.Any values inside a…
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…
I’m unable to get OAuth 2 working. I’m using Authorization Code grant, with PKCE. I’m able to get authorize the app, but it fails when fetching…
Large collections (with 1000+ requests) causes poor performance when typing in most places. This affects request URL, body, parameters, headers, auth…
The current sidebar mixes folders and requests under the same ordering, so creating new requests pushes folders down and disrupts structure. This…
Today, custom template-function plugins always render as name(…) in the chip. The previewArgs field can show input arg values, but there’s no way…
When the response headers exceed a certain size, I am getting the following error: Failed to send request: Client error: reqwest::Error { kind:…
ASP.NET Core allows hosting gRPC through Named Pipes - would be great if Yaak supported named pipes too - I already tried using…
Can you please make it visible when there is information in the info section? Similar to when there are params or headers. Additionally it could be…
Currently in Yaak, we are extracting values using response body paths. However, this approach is less flexible compared to tools like Postman. We…
Hi, I’ve spent countless hours searching for the right theme, but I always come back to Modus (https://github.com/protesilaos/modus-themes). It…
Yaak already has a strong import story for Postman collections, but the reverse path is still awkward for teams that need to share collections with…
I think it would bring great value, at least for me, to have the possibility of not only being able to test and API through Yaak but also be able to…
Currently Yaak has tabs for various parts of the request: Body, Params, Headers, Auth. Often I will have requests with small bodies, few params and…
Hi team, I’d like to request support for moving an entire folder between workspaces. Today, we can move only individual requests. This becomes very…
Would it be possible to be able to choose between the callback type being either: http://127.0.0.1:8527/callback http://localhost:8527/callback As…
When I open the global workspace headers through the “view” button and modify a header value (e.g., changing the HMAC encoding from Base64 to…
When server reflection or a proto is used as input, the search suggestions only show root-level fields. Even when the user is working within a nested…
When entering json content in the request body, it is not beautiful enough
Keyboard shortcuts are shifted by one line after Move Selected to Workspace. There should be a forced newline after each shortcut. The width of this…
Response headers that contains special characters in it’s value are discarded right now, seems like all following headers are discarded as well.
delay ketika saya melakukan pengetikan
e.g. There is a api path like /api/{userId}:login, where userId is a path variable. and :login is a part of the url literal When i input this url and…
I’m unable to import this schema. In the logs I see this warning [yaak_plugins::manager] Timeout (5s) waiting for import_request responses…
I am using 2026.3.1 and the “copy body” command in the history menu stopped working. It worked fine in previous versions. Operating System:…
For an example localhost POST request (multipart with a 400KB file) which takes 3ms in chrome, I’m getting the following results with Yaak: 12ms in…
Yaak sets a default Accept and User Agent header, which can not be removed. For certain requests I don’t want to send these. Make Accept and User…
Set-cookie headers add cookies automatically to the cookie jar. In my case I want to send each request without cookies. So this requires me to click…
When using a GraphQL request in Yaak, the Content-Type header appears to be set internally and cannot be overridden by manually adding a Content-Type…