-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Set file name in HTTP response header #50
Comments
(Update: added Hm, "Share via HTTP" v2.0.8 at least does not have that problem here. What client are you using, and can you capture or see network request (with for example wireshark or similar) ? For me, it redirects to URL containing filename, which then of course downloads as that filename. For example:
Same thing if I do it from firefox or other browsers. |
I'm seeing this too.
And with curl:
|
Ah, yes, sorry about that. As for Also the error Just chalk it up as one more reason I prefer As far as |
I've looked it up, and it seems to be on curl TODO list under 18.17, reported under curl/curl#1241 (and curl/curl#6880) So I'd suggest sticking with |
If you're sharing a single file, it would be nice if the filename was included in the HTTP response headers, so that things weren't saved as
index.html
.Content-disposition
header is the oneThe text was updated successfully, but these errors were encountered: