CasRestfulClient The most importment code is HttpResponse httpResponse = http.execute(httpRequest); List<Cookie> cookies = httpCookieStore.getCookies(); httpCookieStore.addCookie(cookies.get(0)); https://github.com/0312birdzhang/CasRestfulClient/blob/master/CasRestfulClient/src/main/HttpCookieTest.java#L42-L44