Re: how do I get this rev?
ToddAndMargo via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
On 11/4/23 22:41, ToddAndMargo via curl-users wrote: > On 11/4/23 21:10, Jeffrey Walton wrote: >> On Sat, Nov 4, 2023 at 11:57 PM ToddAndMargo via curl-users >> <[email protected]> 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 > > > I am not seeing it. Tears > > https://imgur.com/ITXmCXZ.png Ah Ha! Outwitted them! $ curl -I https://us05web.zoom.us/client/latest/ZoomInstaller.exe -o - | grep -i ZoomInstaller.exe % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 location: https://cdn.zoom.us/prod/5.16.6.24712/ZoomInstaller.exe -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html