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
This issue is possibly related to #366 and #386. However, both of those issues apply to URI#normalize, wheras this %26 issue only seems to apply to the normalized_encode method.
The text was updated successfully, but these errors were encountered:
When a query parameter includes
%26
,normalized_encode
replaces it with a literal&
, which results in a different URI:The more comprehensive
URI#normalize
method works correctly:This issue is possibly related to #366 and #386. However, both of those issues apply to
URI#normalize
, wheras this%26
issue only seems to apply to thenormalized_encode
method.The text was updated successfully, but these errors were encountered: