Closed Antaris closed 8 months ago
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.
Note: Unsure on which branch to send PR
Supports issue: https://github.com/checkout/checkout-sdk-net/issues/346
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.
Note: Unsure on which branch to send PR
Supports issue: https://github.com/checkout/checkout-sdk-net/issues/346