We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Similar to this one https://discuss.elastic.co/t/how-to-disable-tracestate-and-traceparent-headers/324164
Describe the solution you'd like Be able to disable tracestate and traceparent headers on HTTP outgoing requests
Describe alternatives you've considered disabling apm
Additional context this is breaking our HTTP outgoing requests
The text was updated successfully, but these errors were encountered:
can I disable tracestate and traceparent for some domains and keep the others?
Sorry, something went wrong.
Hi @sibelius
I would like to have more context on this issue. In which way having extra headers on your request breaks the request to the external service?
it is similar to this one https://discuss.elastic.co/t/how-to-disable-tracestate-and-traceparent-headers/324164
bank APIs are very strict, if you add another header that is not expected the request is broken
I'd like to disable these headers for some requests, hostname, but not for all
what is the best way to add these options?
No branches or pull requests
Is your feature request related to a problem? Please describe.
Similar to this one https://discuss.elastic.co/t/how-to-disable-tracestate-and-traceparent-headers/324164
Describe the solution you'd like
Be able to disable tracestate and traceparent headers on HTTP outgoing requests
Describe alternatives you've considered
disabling apm
Additional context
this is breaking our HTTP outgoing requests
The text was updated successfully, but these errors were encountered: