标签:
415 Unsupported media type. 不支持MEDIA类型
这代表服务无法处理你提交的数据格式。
处理起来很简单,在你的header里指定一下格式。
加上一句代码
headers = {"Content-Type": "application/json"}
python发送post请求发送json数据时,报415的原因和处理方法。
原文地址:http://www.cnblogs.com/Jeff-cui/p/5704339.html