PriyaranjanMohapatra / rest-client

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

application/x-www-form-urlencoded content type appears to be missing #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to select the content type "application/x-www-form-urlencoded" from
the Body content type dialog, only to find its not in there!

Adding it (and setting the default charset to ISO-8859-1 at the same time)
would be very helpful!

(also, it appears that sometimes, the content type is not set in the
request, unless you add it your self in the header pane as well)

Keep up the great work, this is really shaping up to be a bad-ass little
tool. Infact, I've begun to find it quite indespensible!

Original issue reported on code.google.com by omarshar...@gmail.com on 11 Aug 2008 at 7:31

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. The addition of "application/x-www-form-urlencoded" 
will
be fixed today evening. And the content type not being part of the header was a
mistake on my part when migrating to the new HTTP library. This was reported in 
this
issue:

http://code.google.com/p/rest-client/issues/detail?id=65

And has been fixed in the trunk. I will be releasing a new alpha version soon 
with
this fix.

And, thanks for the complements! This is what drives me to keep contributing :-)

Original comment by subwiz on 12 Aug 2008 at 7:36

GoogleCodeExporter commented 8 years ago
Rev. 283 has the fix.

Original comment by subwiz on 12 Aug 2008 at 5:58