ptwobrussell / Mining-the-Social-Web

The official online compendium for Mining the Social Web (O'Reilly, 2011)
http://bit.ly/135dHfs
Other
1.21k stars 491 forks source link

Set Content-Type header for POST to couchdb _all_docs #22

Closed cb372 closed 12 years ago

cb372 commented 12 years ago

In Example 3-18 we use a POST to query CouchDB, passing the required keys as JSON in the body.

When I tried running this, CouchDB 1.1.1 replied with 415 Unsupported Media Type. Setting the Content-Type header in the request fixed it.