Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
寻求使用 Apache Abdera Atom 客户端的帮助。我正在尝试将文件发布并放入提要,但我收到 400 错误,提示内容类型必须是application/x-www-form-urlencoded或multipart/form-data
application/x-www-form-urlencoded
multipart/form-data
您还需要检查您发布的位置。Abdera 用于发布 ATOM-XML 格式。看起来您尝试发布到您的网络表单发布到的同一个 URL,这将是一个 HTML 提交,也就是x-www-form-urlencoded. 检查博客服务器软件是否以及在何处支持 ATOM 发布协议。
x-www-form-urlencoded