AmanGrover1101
Lurker
I have a login page , which sends HttpPost request to the server and in response I am getting cookies. But I don't know how to get those cookies. I found this and several other code snippets that seem to use httpClient.getCookieStore().getCookies(); But the current version of HttpClient doesn't have this getCookieStore() method. So how can I achieve what I want?