You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SAP would like to encode context information from existing widely-used correlators into tracestate header parts.
These correlators use data that is a structured record of raw binary data.
We tried to use a compact representation of required data, but had to learn that we cannot encode them in common base64 encodings.
Using hex encoding instead would be unpleasant because we would exceed the tracestate length limits.
Proposal in tracestate Values
In 3.3.2.2.2 Value we would need to remove the except '=' clause to allow the '=' padding characters used by common base64 encodings.