orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Post param encoding #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Go to request
2.Select post method
3.Add param with character %
4.The application is not encoding param

What is the expected output? What do you see instead?
expected normal request, there is not encoded character '%' it should be 
endoced to "%25"

On what operating system, browser and browser version?
win xp, chrome

Please provide any additional information below.

Original issue reported on code.google.com by mat.szew...@gmail.com on 15 Feb 2013 at 4:37

GoogleCodeExporter commented 9 years ago
Hi, thank you for your Issue report.
Can you be more precisely about the param? Are you talking about URL param or 
form field in the request payload?

Application itself shouldn't encode anything. There is a decode/encode function 
you can use instead. Application can't decide when to encode and decode any 
param. It is your concern. 

Original comment by jarro...@gmail.com on 22 Feb 2013 at 1:31

GoogleCodeExporter commented 9 years ago
I didn't see the enc and dec option in form. Close the ticket for me;)

Original comment by mat.szew...@gmail.com on 22 Feb 2013 at 1:50