I am trying to run a script on the Browser Console and verifying the values before running the script.
I am using this method to fetch the values.
localStorage.getItem('accessToken');
Console
[Headers:](enter image description here)
What am I doing wrong?
I also checked in the Application/localStorage folder on Chrome, I dont see these headers. Where else are they stored and how can I fetch them?
Thank you
I have tried using both localStorage and sesionStorage
New contributor
Navjot Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.