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
onacit
changed the title
AddRequestParameter double encodes when other parameter is already encoded
AddRequestParameter double encodes parameter value
Jul 20, 2024
Describe the bug
AddRequestParameter
encodes the already-encoded value when other parameter is encoded.There is an remote endpoint which has two request parameters(Say,
a
andb
) which each may need to be url-encoded.Within my route, I'm intending putting the
b
parameter's value.Per, #2717, I configured the
b
parameter's value as url-encoded.When sending
a
with an ascii value, it works.When sending
a
with an url-encoded value, theb
parameter's value is double-encoded.The text was updated successfully, but these errors were encountered: