首先看报错。此报错是SpringBoot 报错。 看看Postman 正确的传递方式。 Vue应该怎么传递呢?使用 FORMData 对象。 // 通过这个方式就可以指定 ContentType 了form_data.append('r
首先看报错。此报错是SpringBoot 报错。
看看Postman 正确的传递方式。
// 通过这个方式就可以指定 ContentType 了form_data.append('req', new Blob([JSON.stringify({a: 1, b: 2})], {type: 'application/json'}))
说明:
主要的解决思路是,要指定上传文件时其他附加信息的 contentType,那么去FormData对象如何指定某个参数的 contentType属性。
参考:
来源地址:https://blog.csdn.net/ZhangQingmu/article/details/130500990
--结束END--
本文标题: 请求后端出现“Content type ‘application/octet-stream‘not supported“错误解决方案
本文链接: https://lsjlt.com/news/379288.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-04-01
2024-04-03
2024-04-03
2024-01-21
2024-01-21
2024-01-21
2024-01-21
2023-12-23
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0