puwkin / restclient-tool

Automatically exported from code.google.com/p/restclient-tool
0 stars 0 forks source link

Headers Not Being Sent Correctly #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Specify URL, message body
2. Specify Content-Type in Headers field
3. Press send button

What is the expected output?
Server returns success message

What do you see instead?
Server returns failure message

What version of the product are you using?
1.0.3

On what operating system?
Mac OS X 10.6.8

Please provide any additional information below.
Was following this guide to create Atom entries on an Atom-enabled eXist 
server: http://exist-db.org/atompub.html#d1862e495.

Original issue reported on code.google.com by hugh.gui...@gmail.com on 29 Dec 2011 at 2:30

GoogleCodeExporter commented 8 years ago
Tool has capability of determining content type by reading stream of post data. 
So it was originally designed not to honor any Content-Type header. But reading 
stream doesn't work perfectly with textual data. I'll enable support for 
sending Content-Type header in next release.

Original comment by a1yadu on 20 May 2012 at 2:44

GoogleCodeExporter commented 8 years ago
I have this issue on windows It will not send any header information i put in 
specifically content type and a database id i'm trying to insert in to the 
header. I'm using Eclipse for Mobile Developers Edition on Windows 64 Bit 
machine

Original comment by LinuxBox...@gmail.com on 21 Nov 2012 at 12:08

GoogleCodeExporter commented 8 years ago
It can send header information. It expects header info in format key=value per 
line. You may refer example screen shots on project home page.

Original comment by a1yadu on 21 Nov 2012 at 4:20