ihsanbal / LoggingInterceptor

An OkHttp interceptor which has pretty logger for request and response. +Mock support
MIT License
1.33k stars 112 forks source link

LoggingInterceptor is removing headers #1

Closed Popalay closed 7 years ago

Popalay commented 7 years ago

When I setup interceptor my authorization header was removed

ihsanbal commented 7 years ago

@Popalay Hi, Can you share your code sample?

ihsanbal commented 7 years ago

Retrofit @Header annotations must be handled.