Skip to content

Download files via post request - #38476

Closed
nfebe wants to merge 1 commit into
masterfrom
7935-download-files-via-post
Closed

Download files via post request#38476
nfebe wants to merge 1 commit into
masterfrom
7935-download-files-via-post

Conversation

@nfebe

Copy link
Copy Markdown
Contributor

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 #7935Resolves: #7935
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
@szaimenszaimen added the 2. developing Work in progress label May 26, 2023
@szaimenszaimen added this to the Nextcloud 28 milestone May 26, 2023
@skjnldsvskjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzzblizzz modified the milestones: Nextcloud 28, Nextcloud 29Nov 23, 2023
This was referenced Mar 12, 2024
@AltahrimAltahrim mentioned this pull request Mar 20, 2024
@skjnldsvskjnldsv 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developingWork in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zip downloads: 414 Request-URI Too Long at download in web-interface

4 participants

@nfebe@blizzz@skjnldsv@szaimen