Actions
Bug #2947
closedWhy read data prior to authorization
ASK QUESTIONS IN Forums:
Description
There is a issue that happened in our test.
We want to upload a file(40M) to our device,we using post method,we found the web server will read the request and file first,when file read over,then do authorization(mod_auth.c),Why read file prior to authorization check?Does this have some specials reason?
Could we read request header first and then do auth check,if auth successfully,let CGI to read the file data,but if auth failed no need read file?
Thanks.
Updated by gstrauss over 5 years ago
- Status changed from New to Invalid
Hi. "How do I?" That sounds like a question. Please ask questions in the Forums.
Updated by saraliu over 5 years ago
I have post this issue in the forums,Thanks
Actions
Also available in: Atom