Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

HeaderNames.ContentMD5 has a wrong value #833

Closed
@gimlichael

Description

@gimlichael

HeaderNames.ContentMD5 on the HeaderNames.cs file has a wrong value of "ContentMD5".
Expected value is "Content-MD5".

https://tools.ietf.org/html/rfc1864
https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
https://www.ietf.org/rfc/rfc3230.txt

Work around until fix: var contentMd5 = context.Request.Headers["Content-MD5"];

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions