I have an interceptor that encodes authentication header
When I run a API call with default code, I get 400 error, and header is clearing showing no authorization defined.
What is the best way to debug this other than deploying to webservice to check this?