Re: how do I get this rev?
Jeffrey Walton via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <CAH8yC8=ygW_nP3tfRxPsm7hnGVqDkc+k3W-VupguGMA-K-XuAQ@mail.gmail.com> |
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 -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html