Yaak Logo
Yaak
Feedback/Issue with Rendering HTML Responses After Update

Issue with Rendering HTML Responses After Update

Ross Mitchell·2 years ago
ReleasedBug

Since updating Yaak o 2025.1.1, I’ve noticed that when I send requests to an API that I am currently debugging using Laravel’s dd() function, the response is no longer rendered as HTML. Instead, the client just dumps the raw HTML tags and not the usual rendered display of the message or object or whatever it is I am dumping out.

Thanks!

Mac2025.1.1

Comments (7)

Sign in to leave a comment.

Gregory Schier

Hmm, can you post screenshots of both the body tab and headers? I bet it has something to do with the response content type.

Gregory Schier

This is the logic to detect HTML if the content-type is not text/html. Let me know what’s coming back for you and I can adjust it

Oliver Crook

Hi Greg, same experience for me so I’ve done a blank slate test for you.

laravel new yaak-test
cd yaak-test
code .

Edit web.php to include

dd(“hit”);

Actual:

Expected (This is in Bruno):

Dávid Kvasňovský

@Greg Schier any updates on this?

Gregory Schier

It'll be out in the next beta, hoping to do it this week

Gregory Schier
Gregory Schier
Type to search feedback...