HttpClient automatically propagates tracing context via headers (b3, traceparent). This is fantastic for distributed tracing, but some backends might reject requests with these unfamiliar headers.HttpClient.withTracerPropagation(false) combinator. You can easily add it to your HttpClient configuration when creating a custom layer.HttpClient layer that handles authentication and disables tracer propagation.