Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not use BaseAddress property of HttpClient (#364)
On .NET Framework, best practice is to re-use HttpClient, so using BaseAddress can cause the incorrect API URL to be used for different clients. Explicitly use the cached base address per-client when generating a HTTP request. Co-authored-by: Armando Rodríguez <[email protected]>
- Loading branch information