I tried solutions from How do I extract and view cookies from Android Chrome?
It works great and the code is below (runs javascript)
javascript:document.cookie;
By @user123 - https://stackexchange.com/users/7946910/user123
And 2nd one also works the same by https://stackexchange.com/users/2318765/dimosthenis-nikoudis
javascript:prompt("Cookies", document.cookie);
But both codes get only partial cookies value and the site from which I want to get cookies ( https://www.nseindia.com/option-chain ) has 2 types of cookies, "set-cookie" and "cookie".
And I want to get full "cookie" value ( from nsit=xf0xV....TO....NO=~1 ) as shown in the below pic in Android (in chrome, but any browser you suggest will also be fine)
Number 3, cookies I'm looking to get
Summary of how to get cookies value in Android chrome
- Open site www.abc.com
- Type above code in url & you will get cookie value