[GH-ISSUE #4013] [bug]: Cookies not sent with GET #1417

Open
opened 2026-03-16 20:16:42 +03:00 by kerem · 4 comments
Owner

Originally created by @dariaag on GitHub (Apr 28, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4013

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I add cookies to header, it is not sent, since session user is None. Identical request through Postman returns an active session with user.

Steps to reproduce

I am using axum-login and tower sessions, which uses cookies to verify session, but I assume it is reproducible with any setup that requires cookies.

Environment

Production

Version

Local

Originally created by @dariaag on GitHub (Apr 28, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4013 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I add cookies to header, it is not sent, since session user is None. Identical request through Postman returns an active session with user. ### Steps to reproduce I am using axum-login and tower sessions, which uses cookies to verify session, but I assume it is reproducible with any setup that requires cookies. ### Environment Production ### Version Local
Author
Owner

@Chuck1sn commented on GitHub (May 4, 2024):

There seem to be a lot of problems with cookies. I use a mac desktop app, and I need to manually set cookies before they can be sent automatically. And the set cookie domain disappears after a period of time. I don't know if it is caused by expired cookies or other reasons.

<!-- gh-comment-id:2093973867 --> @Chuck1sn commented on GitHub (May 4, 2024): There seem to be a lot of problems with cookies. I use a mac desktop app, and I need to manually set cookies before they can be sent automatically. And the set cookie domain disappears after a period of time. I don't know if it is caused by expired cookies or other reasons.
Author
Owner

@dariaag commented on GitHub (May 4, 2024):

yes, seems like it. for me manual ones also don't work on hopscotch mac app, but httpie and postman are fine, so it's not my app for sure.

<!-- gh-comment-id:2094077109 --> @dariaag commented on GitHub (May 4, 2024): yes, seems like it. for me manual ones also don't work on hopscotch mac app, but httpie and postman are fine, so it's not my app for sure.
Author
Owner

@nm17 commented on GitHub (May 18, 2024):

Can confirm, it doesn't work for whatever reason

<!-- gh-comment-id:2118780461 --> @nm17 commented on GitHub (May 18, 2024): Can confirm, it doesn't work for whatever reason
Author
Owner

@MexHigh commented on GitHub (May 26, 2024):

I also have this problem. It seems like a Set-Cookie response header does not store the cookie in Hoppscotchs cookie manager.

Edit: This seems to be related to #3532

<!-- gh-comment-id:2132345094 --> @MexHigh commented on GitHub (May 26, 2024): I also have this problem. It seems like a `Set-Cookie` response header does not store the cookie in Hoppscotchs cookie manager. Edit: This seems to be related to #3532
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1417
No description provided.