MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.34k forks source link

Lacks reference to headers binding #63382

Open look-im-not-your-daddy opened 3 years ago

look-im-not-your-daddy commented 3 years ago

Hello!

Here we have a short sample of headers binding, but this page has no mentions to headers binding so no further details are given regarding some very specific behavior as for instance:

  1. Case-sensitivity: I discovered headers binding to be case-sensitive (side note: that goes against RFC 7230 that specifies that a HTTP Header field has a case-insensitive field name so I opened https://github.com/Azure/azure-functions-signalrservice-extension/issues/136)
  2. Behavior for when a header field is not found: It throws exception

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ChaitanyaNaykodi-MSFT commented 3 years ago

Hello @look-im-not-your-daddy, Thank you for your feedback! We have assigned this issue to the author to review further and take the next course of action.

look-im-not-your-daddy commented 3 years ago

Update: please disregard point 1.