Fetch: Have a way to send custom header without forcing lowercase

Created on 7 Mar 2018  路  1Comment  路  Source: github/fetch

I know it was reported and closed in https://github.com/github/fetch/issues/249 . However, this way makes me impossible to call public API of third party servers that require uppercase header names (and we can't control those servers). If according to the spec the header should be case-insensitive I don't see why forcing the headers to be lower case matters then, we should be generally allowed to send headers in any case form.

Most helpful comment

If according to the spec the header should be case-insensitive

Your 3rd-party servers are the ones that are misbehaving then, not this library. Please contact _them_ about fixing their implementation.

>All comments

If according to the spec the header should be case-insensitive

Your 3rd-party servers are the ones that are misbehaving then, not this library. Please contact _them_ about fixing their implementation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

poppinlp picture poppinlp  路  4Comments

xgqfrms-GitHub picture xgqfrms-GitHub  路  4Comments

indranildutta06 picture indranildutta06  路  3Comments

javan picture javan  路  3Comments

gkatsanos picture gkatsanos  路  4Comments