Код: Выделить всё
Response response = given()
.log().all()
.cookie(cookie)
.get(format(image_endpoint, "46581657"));
Я пробовал:
Код: Выделить всё
String bin = getImageResponse()
.prettyPrint();
saveFile("foto.jpg", bin); //this method only save string to file
Подробнее здесь: https://stackoverflow.com/questions/474 ... -jpg-image
Мобильная версия