Shivam Sharma
Shivam Sharma

Reputation: 1607

How to see unserialised/decoded cookie value instead of unserialized value in chrome dev tools?

In chrome, I can see cookies in Application section but it's showing raw data as follows: Current in Dev tools

But I want it to see the value, not raw data, I mean the data in form of array or JSON, is this possible in chrome? It's very easy in Firebug but I want to stick with chrome. Suggest here.

Firebug View Firebug view

Actually here I need decoded value having

Upvotes: 2

Views: 4244

Answers (2)

Shivam Sharma
Shivam Sharma

Reputation: 1607

It was not developed yet in Chrome, So I opened a ticket at Chromium and it was implemented after a year in next releases.

Link to the ticket: https://bugs.chromium.org/p/chromium/issues/detail?id=997625

Now I have the required feature in Chrome and Edge Browsers also.

enter image description here

Upvotes: 1

AZinkey
AZinkey

Reputation: 5329

Tab => Application => Storage => Cookies

enter image description here

Upvotes: 0

Related Questions