balvinderz / video_player_web_hls

Supports hls on chrome and other browsers.
BSD 3-Clause "New" or "Revised" License
52 stars 61 forks source link

Fix subsequent xhr requests withCredentials #24

Closed atrancandoris closed 2 years ago

atrancandoris commented 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.

balvinderz commented 2 years ago

Thanks for the contribution @atrancandoris . LGTM

balvinderz commented 2 years ago

Released 0.1.11+3 on pub.dev with this fix. Thanks once again for the contribution @atrancandoris