CouchDB中的“Content-Type必须是application / json”错误

时间:2014-01-22 15:47:09

标签: database http rest post couchdb

基本上每当我尝试使用POST向我的CouchDB发送内容时,我都会收到此错误:

{"error":"bad_content_type","reason":"Content-Type must be application/json"}

我已经使用Postman和Advanced Rest Client,两个chrome插件尝试了这个,我确保将Content-Type标头设置为:

enter image description here

(使用Advanced Rest Client)

enter image description here

(与邮差)

任何人都可以帮助我吗?我可能错过了设置CouchDB的基本步骤,但它似乎正在工作,只是不接受Content-Type。

1 个答案:

答案 0 :(得分:-1)

Postman有一个Headers按钮,您可以在其中添加URL参数键和值。该按钮位于 http 动词选择框(您指定GET,POST等)的最右侧。你可能会有基本的auth参数。使用值application / json为键Content-Type添加一个。