This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Response headers on Android have extra spaces and commas #63
Comments
I believe this is a duplicate of #32. Closing this issue in favor of that one |
No this is not the same issue, they occur in the same case but in the other issue he doesn't mention this problem. I'm talking about the comma added at the end of every values on Android. |
Ah I understand. Gotcha 👍 . I'll reopen then |
thomasvidas
changed the title
Problem with the values of the response headers on android
Response headers on Android have extra spaces and commas
Jan 21, 2021
Landschaft
pushed a commit
to ergon/http
that referenced
this issue
Jan 29, 2021
…e header container from JSArray to JSObject This is to adhere to the interface `HttpResponse` defined in `definitions.ts`.
Fixed by #99 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Hello, I think there's a bug with the returned headers values on Android, there's a comma and a space added at the end of every values. This can be problematic when retrieving a token from the response header.
I haven't tested on iOS so I don't know if it's a bug specific to Android.
Response headers in browser/Electron :
Response headers in Android app :
To Reproduce
Expected behavior
There shouldn't be content added at the end of the values.
Screenshots
Browser log:
Android Studio log:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I'm using SDK for Android 11 (API level 30) to build the app.
The text was updated successfully, but these errors were encountered: