You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.