[GH-ISSUE #5852] [feature]: Automatic Cookie Management with Local Storage Persistence #2296

Closed
opened 2026-03-16 23:53:06 +03:00 by kerem · 2 comments
Owner

Originally created by @yoga-ford on GitHub (Feb 9, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5852

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Implements automatic cookie management for Hoppscotch desktop app, enabling seamless handling of HTTP cookies across requests with persistent storage. Cookies received from API responses are automatically captured, stored in local storage, and reused in subsequent requests to matching domains, eliminating the need for manual cookie management.

Why should this be worked on?

Currently, users need to manually copy cookies from response headers and add them to subsequent requests when testing APIs that require session management. This creates friction in testing multi-step authentication flows and session-based APIs.

Originally created by @yoga-ford on GitHub (Feb 9, 2026). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5852 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Implements automatic cookie management for Hoppscotch desktop app, enabling seamless handling of HTTP cookies across requests with persistent storage. Cookies received from API responses are automatically captured, stored in local storage, and reused in subsequent requests to matching domains, eliminating the need for manual cookie management. ### Why should this be worked on? Currently, users need to manually copy cookies from response headers and add them to subsequent requests when testing APIs that require session management. This creates friction in testing multi-step authentication flows and session-based APIs.
kerem 2026-03-16 23:53:06 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@yoga-ford commented on GitHub (Feb 11, 2026):

Can you provide the issue ID which is similar to the issue I have created? So, that it helps me to followup with the issue.

<!-- gh-comment-id:3883705188 --> @yoga-ford commented on GitHub (Feb 11, 2026): Can you provide the issue ID which is similar to the issue I have created? So, that it helps me to followup with the issue.
Author
Owner

@yoga-ford commented on GitHub (Feb 11, 2026):

#1383 only addresses manual cookie management
My feature request is for automatic cookie extraction from responses and persistence to local storage
This is different from existing functionality and addresses a real user pain point.

<!-- gh-comment-id:3884290926 --> @yoga-ford commented on GitHub (Feb 11, 2026): #1383 only addresses manual cookie management My feature request is for automatic cookie extraction from responses and persistence to local storage This is different from existing functionality and addresses a real user pain point.
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#2296
No description provided.