We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Content-Disposition header defines the name of the file when downloading a file and is being used by GitHub for Dillo releases:
% curl -sLI https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.tar.gz | grep -i content-disposition: content-disposition: attachment; filename=dillo-3.1.0.tar.gz
Otherwise, the default filename is something like this:
/tmp/866a6385-0be9-4636-8299-9bb2867298d3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetpr
https://datatracker.ietf.org/doc/html/rfc6266
The text was updated successfully, but these errors were encountered:
Tests: http://test.greenbytes.de/tech/tc2231/
Sorry, something went wrong.
No branches or pull requests
The Content-Disposition header defines the name of the file when downloading a file and is being used by GitHub for Dillo releases:
Otherwise, the default filename is something like this:
https://datatracker.ietf.org/doc/html/rfc6266
The text was updated successfully, but these errors were encountered: