-
Notifications
You must be signed in to change notification settings - Fork 358
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
Can't retrieve response headers on flutter web #726
Comments
I am also facing the same issue so, any update on this issue ? |
Setting the header param |
Bless you |
+1 on the bless you! Created MR to document this: #1062 |
New smaller MR: #1083 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I can't get any response header from xhr response. Only "content-type" -> "application/json" and "content-length" -> "206" are retrieved
I did some debug and this only happen when executing send method from BrowserClient. Instead, with the same api, in flutter using IoClient all works as expected.
Of course domain of cookies it's the same from web app domain.
In order to reproduce the bug you can do any simple http request that put headers in response.
The text was updated successfully, but these errors were encountered: