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
baggage/baggage/HTTP_HEADER_FORMAT.md
Lines 53 to 56 in ebda53c
This misses a case that precent character MUST be encoded as well.
Otherwise how we would know if %20 stands for (whitespace) or %20? %20 value must be encoded into %2520.
%20
%2520
Found here: open-telemetry/opentelemetry-go#4756 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
baggage/baggage/HTTP_HEADER_FORMAT.md
Lines 53 to 56 in ebda53c
This misses a case that precent character MUST be encoded as well.
Otherwise how we would know if
(whitespace) or
%20
stands for%20
?%20
value must be encoded into%2520
.Found here: open-telemetry/opentelemetry-go#4756 (comment)
The text was updated successfully, but these errors were encountered: