Replies: 2 comments
-
cc @nimblehq/chapter-android |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
Interceptor
is an OkHttp component to intercept & modify network requests.AppInterceptor
after addingHttpLoggingInterceptor
could make theHttpLoggingInterceptor
unable to log the full network request body, which contains additional headers inAppInterceptor
(we faced this issue when leveraging the old codebase for the new working project) ❌Solution
AppInterceptor
AppInterceptor
toOkHttpClient
in the correct order + apply some improvementsWho Benefits?
Developers
What's Next?
AppInterceptor
to the Compose Template.2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions