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?
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: ToddAndMargo via curl-users <curl-users_at_lists.haxx.se>
Date: Sat, 4 Nov 2023 23:46:21 -0700
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
>> <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
>
>
> 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
Date: Sat, 4 Nov 2023 23:46:21 -0700
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
>> <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
>
>
> 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.htmlReceived on 2023-11-05