Untitled conversation
Cookie String Converter
Sebastian Richel
3
Conversations
Outputs readable Python dicts for cookies
Convert "sessionId=abc123; path=/;" to dict
Cookie string to dict: "userId=789; secure;"
Dict for "authToken=secureToken123; HttpOnly;"
"user=example; expires=Wed, 21 Oct 2025 07:28:00 GMT;" to dict