curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: how do I download from this web site?

From: bruce <badouglas_at_gmail.com>
Date: Sat, 18 Aug 2018 10:39:42 -0400

HI.

Take what I type with a grain on salt, your mileage might vary. I
haven't gone to the site, no clue how it works.

If you want to create an auto process to generate/download content,
you more or less need to replicate whst the client/browser does with
the backend server. (I know, basic stuff -- duh!!

If you're running FF, install livehttpheaders as a plugin to be able
to track/see the network traffic for the entire process. You can then
select/download the "stuff" from the browser/server and track the
steps you need from examining the network data from the liveheaders
app.

Basically, you'll need to craft the curl+cookies. However, if you run
into a situation where the serverside is generating the content via
dynamic javascript, you're going to need to either be crafty and
somehow figure out what the appropriate curl+cookie action would be to
replicate the javascript action(s)... or you're going to need to
implement some sort of headless (chrome+sel+py) soution to achieve
your goals.

-bruce

On Sat, Aug 18, 2018 at 3:54 AM, ToddAndMargo <ToddAndMargo_at_zoho.com> wrote:
> Hi All,
>
> I want to download
>
> jre-8u181-windows-i586.exe
>
> from
>
> http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
>
> According to Firefox's cliget, the address is:
>
> https://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jre-8u181-windows-i586.exe?AuthParam=1534577721_2ae0bad94b6341c2907ebf82aa395171
>
> But how do I get the "AuthParam"?
>
> I am stumped. How do I do that?
>
> Many thanks,
> -T
>
> -----------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
> Etiquette: https://curl.haxx.se/mail/etiquette.html
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-08-18