Yaak is back with another update, addressing some quick wins from recent feedback!
It’s now possible to select a binary file for the request body, useful for image upload
APIs or any other file-based API upload (even text files!). Yaak will also try to guess
the correct Content-Type for the file based on its extension.
Fixes Attach binary body to request
See also: feedback
Yaak will now detect URLs in the response body and make them clickable! To ensure clicking links doesn’t get in the way, a link will appear inside a tooltip after briefly hovering the URL.
Fixes Open links in JSON
See also: feedback