Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix detection of api key and secret token
When the `ApiKey == string.Empty`, a header will be added. This seems unlikely to be intended. Dito for `SecretToken`. We have had some problems due to this handling in Summer of 2024. Now we are making improvement, inline with other code in this file such as: ``` if (!string.IsNullOrEmpty(service.Name)) ```
- Loading branch information