Reputation: 1607
In chrome, I can see cookies in Application section but it's showing raw data as follows:
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.
Actually here I need decoded value having
%3A==> :
%7B==> {
%22==> "
%3B==> ;
%7D==> }
Upvotes: 2
Views: 4244
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.
Upvotes: 1