Я делаю запрос на куки, картинка отображается js.На html-странице адрес фотографии не виден.Как я могу скачать его?
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.Open("GET", "https://moskva.beeline.ru/customers/products/mobile/services/details/otpravka-sms/", False);
$oHTTP.Send();
$HeaderResponses = $oHTTP.GetAllResponseHeaders()
$resp=$oHTTP.ResponseText
FileWrite("C:\text.html", $resp)
FileWriteLine("C:\cookie.txt", $HeaderResponses)