Yaak Logo
Yaak
Feedback/Can't sent cookie

Can't sent cookie

hvck ·a month ago
ResolvedBug

I wrote in headers: Cookie: XDEBUG_SESSION=PHPSTORM, but it doesnt appear. I check in Bruno, that XDEBUG is ok. Issue only in yaak. :(

I have another problem with body in POST request. I cant send body, server doesnt see whole body.

And i have problem with Authorization header. It doesnt appear too.


Comments (3)

Sign in to leave a comment.

Gregory SchierNeeds Reproduction

It sounds like you might have a redirect in your request chain (a common example is http:// -> https://).

The request body and certain headers will be dropped for some redirect status codes. You can check whether this happened by inspecting the “Timeline” tab of the response.

image

I have successfully sent a request using the Cookie header and this is what it looks like. Let me know if that’s what you’re seeing too!

image
hvck OP

Oh, really, add https:// at start of url and now it works Thank you for help <3

Gregory Schier

Going to add a little banner or something to warn if a redirect was detected that caused the body/headers to be dropped.

Type to search feedback...