Closed atrancandoris closed 2 years ago
Since the useCookies header is being removed, and then the headers are being reused in subsequent requests, only the first xhr request will actually send cookies.
useCookies
xhr
Thanks for the contribution @atrancandoris . LGTM
Released 0.1.11+3 on pub.dev with this fix. Thanks once again for the contribution @atrancandoris
Since the
useCookies
header is being removed, and then the headers are being reused in subsequent requests, only the firstxhr
request will actually send cookies.