Yaak Logo
Yaak

Binary Uploads and Clickable URLs

2024.3.5

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

See also: feedback

🌐 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

See also: feedback

Other fixes and improvements

πŸ’„ Improved

  • Better empty-state for non-existent workspace(feedback )