I am making a simple flutter app using http package.
I am trying to send a (post) login request, and the httpresponse is missing all the headers!
this works fine in ios simulator but in chrome as you can see there are only 2 headers available;

What is wrong? Thanks
