Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocket requests not containing cookies or partial #8412

Open
2 of 4 tasks
Mis1eader-dev opened this issue Feb 25, 2025 · 1 comment
Open
2 of 4 tasks

WebSocket requests not containing cookies or partial #8412

Mis1eader-dev opened this issue Feb 25, 2025 · 1 comment
Assignees
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@Mis1eader-dev
Copy link

Expected Behavior

One issue I have always had with WebSockets has been requests not sending cookies, or sending only 1 cookie.

In my case, a backend hosted on 127.0.0.1, the cookie header looks like this:

cookie: null;

However, that very same backend hosted on an external domain the cookie header will only send 1 cookie, and forgets about the rest of the cookies that match the cookie path:

cookie: a=1;

In the browser both scenarios work fine and 2 cookies are always sent reliably.

Actual Behavior

Sending null as a cookie value, or only sending 1 cookie, depending on the hostname.

Reproduction Steps

No response

Is there an existing issue for this?

Which sync method do you use?

  • Git sync.
  • Insomnia Cloud sync.
  • Local only

Additional Information

No response

Insomnia Version

10.3.1

What operating system are you using?

Windows

Operating System Version

Windows 11 Home Version - Windows Feature Experience Pack 1000.26100.48.0

Installation method

insomnia.com

Last Known Working Insomnia version

No response

@Mis1eader-dev Mis1eader-dev added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Feb 25, 2025
@ryan-willis ryan-willis self-assigned this Feb 25, 2025
@qscacheri
Copy link

Same issue:

Version: Insomnia 10.3.1
Build date: 2/7/2025
OS: Darwin x64 24.1.0
Electron: 33.3.1
Node: 20.18.1
Node ABI: 130
V8: 13.0.245.24-electron.0
Architecture: x64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

3 participants