Hello!
I can not save for further use of cookies from the site work66.ru.
Here, in fact, written code:
Response res = Jsoup .connect("http://www.rabota66.ru/login") .data("LoginForm[login]", login, "LoginForm[password]", password) .method(Method.POST) .execute(); Map<String, String> loginCookies = res.cookies();
Map<Strinbg, String>anywhere? Orres.cookies()not give the expected result? In the code above, there are no errors. - Yura Ivanov