You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we read cookies from a file, or store cookies automatically?
When I was downloading files from a server protected by cloudflare, it returned status code 520.
Tested with curl, I found that cookie is required to access the web site.
The text was updated successfully, but these errors were encountered:
Currently the only way to download files with cookies using Axel is to add a header using -H option. There's a PR #304 just in progress, aimed to provide basic support for cookies.
Could we read cookies from a file, or store cookies automatically?
When I was downloading files from a server protected by cloudflare, it returned status code 520.
Tested with curl, I found that cookie is required to access the web site.
The text was updated successfully, but these errors were encountered: