google-chromecookiesfirebug

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


Solution

  • 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