[Feature]: Support CORS headers on OTEL HTTP endpoint #4459
Closed
Description
Requirement
Allow exporting traces from browser directly to Jaeger.
Problem
Access from the browser usually requires addressing the CORS issue.
Proposal
Support CORS headers similar to how they are supported on Zipkin endpoint (see #2056). If OTLP HTTP Receiver already supports these, we need to allow configuring them.
Open questions
No response