score:11

Accepted answer

you can read this post: are http headers case-sensitive?

according to rfc 2616, http headers should be case-insensitive. so this is not the bug of the libraries you mention above. you should fix the server to treat token-api and token-api at the same way.

score:-4

you can actually solve this quite easily with another header:

sensitive: true


Related Query

More Query from same tag