FirelyTeam / firely-net-sdk

The official Firely .NET SDK for HL7 FHIR
Other
829 stars 345 forks source link

Remove the Charset from the Accept Header and replace it with the Accept-Charset Header. #2922

Closed whyfate closed 1 month ago

whyfate commented 1 month ago

Description

In the HTTP standard, Accept Header does not include charset. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept

Kasdejong commented 1 month ago

This change is binary-breaking, but not source-breaking. Please update the package validation compatibility supression file (steps are in the readme) and include them in your PR!

whyfate commented 1 month ago

This change is binary-breaking, but not source-breaking. Please update the package validation compatibility supression file (steps are in the readme) and include them in your PR!

Is it like this?

ewoutkramer commented 1 month ago

Thanks, @whyfate !