camaraproject / CarrierBillingCheckOut

Repository to describe, develop, document and test the Carrier Billing Check Out API family
Apache License 2.0
9 stars 9 forks source link

Fix `x-correlator` type (should be `X-Correlator` ) #101

Closed bigludo7 closed 10 months ago

bigludo7 commented 10 months ago

Problem description We have x-correlator but accordingly to the guidelines it must be X-Correlator

Expected behavior Just fix by shifting capital for 'X' & 'C'

Alternative solution

Additional context

PedroDiez commented 10 months ago

HTTP Headers are case insensitive. https://datatracker.ietf.org/doc/html/rfc9110#section-5.1.

Fine with this and i think maybe some mention in commonalities have to be made with this in order to indicate HTTP Headras are case insensitive so both defining Uppercase or lowercase in API is the same, even form the point of view of certification

bigludo7 commented 10 months ago

Thanks Pedro for the answer. This is fine for me.