Is it possible in android 4.1 or in any versions to fetch the browser site cookie name/value through an android app. If yes please provide the steps or links.
Asked
Active
Viewed 127 times
0
-
is this link clear your needs http://stackoverflow.com/questions/9956917/android-handle-cookie-from-http-get-request http://stackoverflow.com/questions/10814462/how-to-get-cookie-in-httpurlconnection-to-using-cookiestore – J.K Aug 22 '12 at 09:29
1 Answers
0
If by "browser site cookie" you mean "cookies held by some Web browser application that you did not write", then, no, that is not possible, for obvious privacy and security reasons.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491
-
Thanks. But is it possible to get the cookie name from a sample html site written by me? – user1616471 Aug 23 '12 at 08:55
-
-
Please look out the code below. I need the app to work for my own browser. – user1616471 Aug 24 '12 at 05:23
-
Is it possible to achieve the same through android with phonegap? If yes means, can you please provide some guide/code? – user1616471 Aug 24 '12 at 06:51