this post was submitted on 30 Aug 2026
15 points (100.0% liked)

techsupport

3211 readers
13 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 3 years ago
MODERATORS
 

A cloud provider's web GUI eats all my RAM when downloading big files. I would like to download the files using wget or curl instead, but I assume I'm going to need some cookie or token in the argument URL that authenticates the request?

Is there any browser add-on or other means to extract said information so that I can copy paste it into the terminal?

you are viewing a single comment's thread
view the rest of the comments
[–] MummifiedClient5000@feddit.dk 5 points 3 weeks ago

If the token is sent in the header of the request (which is common) then Firefox and Chrome can export the exact request as a curl command from the dev console network tab.