curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: how do I get this rev?

From: Jeffrey Walton via curl-users <curl-users_at_lists.haxx.se>
Date: Sun, 5 Nov 2023 00:10:37 -0400

On Sat, Nov 4, 2023 at 11:57 PM ToddAndMargo via curl-users
<curl-users_at_lists.haxx.se> wrote:
>
> I am trying to extract the current revision of
> Zoom from their download page:
> https://zoom.us/download
>
> This is what I see on Firefox.
> https://imgur.com/aK1lvUv.png

Open the Developer Console. Switch to the Network tab. Click the
download button.

You will see a GET request issued to
https://zoom.us/client/5.16.6.382/zoom_x86_64.rpm. It returns a 302
redirect. Then, look at the next entry in the list. That is the
ultimate URL that returns 200 and the RPM.

Jeff
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2023-11-05