On 22 November 2012 22:14, Owen Marinas <omari...@woozworld.com> wrote:
> option httpchk POST /db/data/ext/feed/graphdb/userFeed
> HTTP/1.1\r\nContent-Type: application/json\r\nContent-Length:
> 35\r\n{"userId":8, "offset":0, "limit":1}\r\n

It might not be related to your original question, but I think you're
missing an extra "\r\n" that should represent the blank line between
the POST's headers and its body.

Also, I think the length of 35 might be wrong, as it doesn't take into
account the last "\r\n" (which might be superfluous anyway).

HTH,
Jonathan
-- 
Jonathan Matthews // Oxford, London, UK
http://www.jpluscplusm.com/contact.html

Reply via email to