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

Commits on May 25, 2023

  1. Download files via post request

    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>
    Fenn-CS committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ffc7d11 View commit details
    Browse the repository at this point in the history