Yaak Logo
Yaak

Binary Uploads and Clickable URLs

2024.3.52024.3.4

Yaak is back with another update, addressing some quick wins from recent feedback!

📦 Binary File Uploads

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.

Uploading an SVG file

Fixes Attach binary body to request

🌐 Clickable URLs

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.

URLs in response body are now clickable, via a tooltip

Fixes Open links in JSON

Fixes and Improvements