Can't sent cookie

Bug
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.
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.
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!
Oh, really, add https:// at start of url and now it works Thank you for help <3
Going to add a little banner or something to warn if a redirect was detected that caused the body/headers to be dropped.