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
Implemented support for trailer fields and related tr signature parameter. See Trailer Fields.
Changed encoding of path and query
Percent-encoded octets are not decoded for @target-uri, @path, @request-target and @query components. See Path and Query.
Percent-encoded octets in @query-param are re-encoded. See Query Parameters.
Exception is thrown for unknown or "illegal" component parameters when verifying signature. For example, foo parameter for any component or key for @query will trigger an exception.