Is it possible for an HTTP web server to verify Authorization
header contents of a multi-part/form-data
file upload request before accepting the full uploaded file contents?
Can it at least verify Authorization
header for each multipart request part of a multi-part file upload request and cancel upload at least at the multi-part boundary?