I am using WebView in Android. My ASP.NET Server set a cookie in WebView which is used to track user. Every thing works fine. Now I need to send an explicit HTTP POST request to server with the same cookie. Is it possible?
Asked
Active
Viewed 273 times
0
-
the CookieManager handles your webview's cookies. – njzk2 Sep 26 '13 at 08:22
-
Try this answer: http://stackoverflow.com/questions/1652850/android-webview-cookie-problem – npace Sep 26 '13 at 08:24
-
@njzk2, I need to send a HTTP POST request to server without using WebView? Can hyou post some code? – Imran Qadir Baksh - Baloch Sep 26 '13 at 08:24
-
@npace, It is not working? Can you try it in a sample app? – Imran Qadir Baksh - Baloch Sep 26 '13 at 09:22