Patch Changes
- 808b345: Accept
Bearer-prefixed Authorization header values on the OTLP receiver in standalone mode (OTLP_AUTH_TOKEN). Previously only the bare-token form of the header was accepted, rejecting RFC 6750 clients that sendAuthorization: Bearer <token>. TheBearer,bearer, andBEARERprefixed forms are now accepted alongside the bare token.