mjrgit / chrome-rest-client

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

Multipart/form-data form fileds are encoded #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This issue is identified this week. 

When we try multipart/form-data request with some form fields, the special 
characters in field values are getting encoded and sent to the service. This 
behaviour was not present two weeks before.

Example: 

{"uploadDetails"} is encoded as %7B%22uploadDetails%22%7D and the same value is 
being retrieved at the service.

Original issue reported on code.google.com by vsnm....@gmail.com on 10 May 2013 at 1:28

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
someone please update this

Original comment by vsnm....@gmail.com on 14 May 2013 at 11:18

GoogleCodeExporter commented 8 years ago
I't strange. It only encode a payload if you use "Form" tab (it determine 
"x-www-url-encoded" encoding). When you put the payload into "raw" input it 
should not be encoded.

Is this helpful? Let me know.

Original comment by jarro...@gmail.com on 16 May 2013 at 5:03

GoogleCodeExporter commented 8 years ago
Any update on this?

Original comment by b.kub...@livechatinc.com on 4 Jul 2014 at 12:38