Header keys become lowercase when interacting with API - React native
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.