mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4013] [bug]: Cookies not sent with GET #1417
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1417
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
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
@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.
@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.
@nm17 commented on GitHub (May 18, 2024):
Can confirm, it doesn't work for whatever reason
@MexHigh commented on GitHub (May 26, 2024):
I also have this problem. It seems like a
Set-Cookieresponse header does not store the cookie in Hoppscotchs cookie manager.Edit: This seems to be related to #3532