custom Header "Authorization": "Bearer ....." getting ignored and removed from headers when sending request. but when I mock Bearer token to something like "Bearer X", the header is sent on request, why? the token is too long and it's removed?