mirror of
https://github.com/seerr-team/seerr.git
synced 2026-01-25 07:49:50 -05:00
This commit adds extraction of basic authentication credentials from the URL and then pass the credentials as the `Authorization` header. And then credentials are removed from the URL before being passed to fetch. This is done because fetch request cannot be constructed using a URL with credentials fix #1027