草庐IT

Android HttpClient Cookie

coder 2023-11-21 原文

Android HttpClient 有自动管理 cookie 的功能吗?

最佳答案

它确实支持它。

阅读下面的帖子,您似乎在调用执行时必须传递相同的 HttpContext。

response = httpClient.execute(httpPost,localContext); 

确切的操作方法在这篇文章中:Android project using httpclient --> http.client (apache), post/get method

How do I manage cookies with HttpClient in Android and/or Java?

关于Android HttpClient Cookie,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4210846/

有关Android HttpClient Cookie的更多相关文章

随机推荐