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

HeaderNames.ContentMD5 has a wrong value #833

Closed
gimlichael opened this issue May 8, 2017 · 0 comments
Closed

HeaderNames.ContentMD5 has a wrong value #833

gimlichael opened this issue May 8, 2017 · 0 comments
Assignees

Comments

@gimlichael
Copy link

gimlichael commented May 8, 2017

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"];

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants