I\'m doing a BrowserClient POST across domains and don\'t see my cookies being included.
This the response I\'m getting:
For cookies being sent to CORS requests, you need to set withCredentials = true. The browser client in the http package doesn't support this argument. You can use the HttpRequest from dart:html instead. See How to use dart-protobuf for an example.
withCredentials = true
http
HttpRequest
dart:html