The + character is converted to% 2B in the HTTP message

I add functionality to the GM script that we use here at work, but when I try to publish (a cross site can add) to another page, my value for sending CMD is different from what is on the page,

This is assumed to be Access + My + Account + Info, but the value sent becomes available% 2BMy% 2BAccount% 2BInfo.

So, I think, my question is: what eludes my value and how can I make it not run away? And if there is no way to cancel it, does anyone have any ideas for a workaround?

Thanks!

My issue

+6
source share
1 answer

%2B is the code for + . You (or no matter what structure you use) should already decode the server side of the POST data ...

+11
source

Source: https://habr.com/ru/post/906501/


All Articles