-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add User-Agent with the App Data #1192
base: develop
Are you sure you want to change the base?
Conversation
...oid-core/src/main/kotlin/io/getstream/video/android/core/internal/module/ConnectionModule.kt
Show resolved
Hide resolved
...oid-core/src/main/kotlin/io/getstream/video/android/core/internal/module/ConnectionModule.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Do not merge it yet, a customer is having an issue with the same implementation on Chat SDK when the app name contains strange characters |
09616b9
to
8df6373
Compare
Ok, it is fixed on the last commit |
f0787f5
to
c2a729d
Compare
c2a729d
to
94242b4
Compare
🎯 Goal
Include a custom User-Agent to any HTTP Call our SDK does. The User-Agent will looks like:
The same we did on GetStream/stream-chat-android#5415