[GH-ISSUE #5864] [feature]: Automatic cookie extraction from responses and persistence to local storage #2302

Open
opened 2026-03-16 23:54:14 +03:00 by kerem · 0 comments
Owner

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

Originally assigned to: @yoga-ford on GitHub.

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Implements automatic cookie extraction from responses and persist to local storage in 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 and address the real user pain point.

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 11, 2026). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5864 Originally assigned to: @yoga-ford on GitHub. ### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Implements automatic cookie extraction from responses and persist to local storage in 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 and address the real user pain point. ### 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.
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#2302
No description provided.