est icon indicating copy to clipboard operation
est copied to clipboard

Deprecate Content-Transfer-Encoding per RFC 8951

Open 61131 opened this issue 1 year ago • 1 comments

The Content-Transfer-Encoding for EST has been deprecated as per RFC 8951. This document identifies that the POST request and payload response of all endpoints use base64 encoding. This format should be used regardless of any Content-Transfer-Encoding header, and any value in such a header MUST be ignored.

This PR removes the requirement for the Content-Transfer-Encoding header in requests and responses and any validation associated with the header if it is present.

61131 avatar Dec 18 '23 02:12 61131

Hey @61131 Thanks for submitting this pull request! I just wanted to let you know that I'll assign myself and another dev as reviewers since this seems like a nice change to follow the latest EST standards and I'd be happy to merge this functionality post-review.

toddgaunt-gs avatar Dec 18 '23 19:12 toddgaunt-gs