You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leading to an upload failure. That code (and any other code that check for header names) should be updated with a case-insensitive check of the headers.
The text was updated successfully, but these errors were encountered:
According to RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1, Section 4.2, "Message Headers"
But the implementation when uploading files as multipart/form checks that the headers are capitalized: https://github.com/department-of-veterans-affairs/vets-api/blob/master/modules/vba_documents/lib/vba_documents/multipart_parser.rb#L64
Leading to an upload failure. That code (and any other code that check for header names) should be updated with a case-insensitive check of the headers.
The text was updated successfully, but these errors were encountered: