2
In web requests when posting data on a server string of the model below (using the parameters):
string hello = "hello";
string token = "teste==";
It is transformed into post data equal to those shown below:
string post = "msg=hello&token=teste%3D%3D";
What kind of encoding was used here, I know that JSON class serializer can be used to serialize parameters, but, which encoding was used above?
And as almost always, the wikipedia in Portuguese with half content. For those who do not know, it is often difficult to collaborate with the WP in PT (I have already given up) because there are some Portuguese-speaking colonels who do not understand anything, but make sure to put the nose to the name appear in the issue (and as soon as they arrived at the post of "colonel"). For those who are curious, or want to improve the article, follow the link: https://pt.wikipedia.org/wiki/Codifica%C3%A7%C3%A3o_por_cento (the literal translation of the title tb became strange)
– Bacco