On Thu, Oct 14, 2010 at 11:29 AM, Peter Frisch <[email protected]> wrote:
> My next attempts looked like this:
>
> curl -d '{"keys":["fbd2b4d65d5d06d185ec7957abffed82", 
> "1284,133491,420...@default"]}' -H 'Content-Type=application/json' -X POST 
> http://whatever/codebluebig/_all_docs?include_docs=true
>
> and
>
> curl -d '{"keys":["fbd2b4d65d5d06d185ec7957abffed82", 
> "1284,133491,420...@default"]}' -H "Content-Type=application/json" -X POST 
> http://whatever/codebluebig/_all_docs?include_docs=true
>
> and still resulted in:
>
> {"error":"bad_request","reason":"invalid UTF-8 JSON"}
>
> Any other thoughts?
>


"=" != ":" (in your header declaration)

Reply via email to