Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why is authorization header missing when uploading a large file in multipart POST?

  • No replies
  • 2 have this problem
  • 1 view
more options

Why is authorization header missing when uploading a large file?

I have a page that links to 2nd page and 2nd page links to 3rd page. It doesn't authenticate when uploading a file (size is ~ 3MB) from 3rd page. The 1st page is not accesse protected. 2nd and 3rd page are accesse protected (digest authentication). If I go to 2nd page and click the link to 3rd page, it works (authorization header is in the POST request). If I go from 1st page link to 2nd page and 3rd page from 2nd page link, it doesn't work and authorization header is not in the POST request.

Why is authorization header missing when uploading a large file? I have a page that links to 2nd page and 2nd page links to 3rd page. It doesn't authenticate when uploading a file (size is ~ 3MB) from 3rd page. The 1st page is not accesse protected. 2nd and 3rd page are accesse protected (digest authentication). If I go to 2nd page and click the link to 3rd page, it works (authorization header is in the POST request). If I go from 1st page link to 2nd page and 3rd page from 2nd page link, it doesn't work and authorization header is not in the POST request.