Skip to content
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

Download files via post request #38476

Closed
wants to merge 1 commit into from
Closed

Conversation

Fenn-CS
Copy link
Contributor

@Fenn-CS Fenn-CS commented May 25, 2023

Summary

Currently, download requests are handled via a get request which can break in various ways.

For example, if the GET URL is too long and the servers MAX_URL_LENGTH (size) is reached a 404 is thrown as reported in #7935

Resolves: #7935

TODO

  • ...

Checklist

Currently, download requests are handled via a get request which can
break in various ways.

For example, if the GET URL is too long and the servers MAX_URL_LENGTH (size)
is reached a 404 is thrown as reported in #7935

Resolves: #7935

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
@szaimen szaimen added the 2. developing Work in progress label May 26, 2023
@szaimen szaimen added this to the Nextcloud 28 milestone May 26, 2023
@skjnldsv skjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzz blizzz modified the milestones: Nextcloud 28, Nextcloud 29 Nov 23, 2023
This was referenced Mar 12, 2024
@Altahrim Altahrim mentioned this pull request Mar 20, 2024
@skjnldsv skjnldsv modified the milestones: Nextcloud 29, Nextcloud 30 Mar 28, 2024
@skjnldsv skjnldsv modified the milestones: Nextcloud 30, Nextcloud 31 Aug 14, 2024
@skjnldsv skjnldsv closed this Aug 14, 2024
@skjnldsv skjnldsv removed this from the Nextcloud 31 milestone Aug 14, 2024
@skjnldsv skjnldsv deleted the 7935-download-files-via-post branch August 30, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

414 Request-URI Too Long at download in web-interface
4 participants