The SearchConfiguration data class was not effectively applying its defaultHeaders in the client's request process. This led to a discrepancy between the configured headers and those actually used in requests.
Result
Adjusted the client's implementation to ensure that defaultHeaders from the SearchConfiguration are accurately applied to all outgoing requests. This update guarantees the intended header configuration is consistently respected in the client's operations.
Summary
The SearchConfiguration data class was not effectively applying its
defaultHeaders
in the client's request process. This led to a discrepancy between the configured headers and those actually used in requests.Result
Adjusted the client's implementation to ensure that
defaultHeaders
from theSearchConfiguration
are accurately applied to all outgoing requests. This update guarantees the intended header configuration is consistently respected in the client's operations.Fixes CR4951.