前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >常见问题之JS——The server refused this request because the request entity is in a format not supported ...

常见问题之JS——The server refused this request because the request entity is in a format not supported ...

作者头像
cn華少
发布2022-03-26 14:43:54
1.5K0
发布2022-03-26 14:43:54
举报
文章被收录于专栏:IT综合技术分享

常见问题之JS——The server refused this request because the request entity is in a format not supported by the requested resource for the requested method

背景

日常我们开发时,我们会遇到各种各样的奇奇怪怪的问题(踩坑o(╯□╰)o),这个常见问题系列就是我日常遇到的一些问题的记录文章系列,这里整理汇总后分享给大家,让其还在深坑中的小伙伴有绳索能爬出来。 同时在这里也欢迎大家把自己遇到的问题留言或私信给我,我看看其能否给大家解决。

开发环境

  • 系统:windows10
  • 语言:HTML、JS

内容

错误

The server refused this request because the request entity is in a format not supported by the requested resource for the requested method

造成原因:

请求头和服务端要求的不一致,导致服务器无法有效处理

解决方案:

设置该业务接口可以有效接收的格式,例如:

代码语言:javascript
复制
// 常用的表单类型
Content-Type: application/x-www-form-urlencoded;charset=utf-8 
Content-Type: multipart/form-data;
Content-Type: application/json;charset=utf-8
本文声明:

知识共享许可协议

本作品由 cn華少 采用 知识共享署名-非商业性使用 4.0 国际许可协议 进行许可。

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022.03.14 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 常见问题之JS——The server refused this request because the request entity is in a format not supported by the requested resource for the requested method
    • 背景
      • 开发环境
        • 内容
          • 错误
      相关产品与服务
      云服务器
      云服务器(Cloud Virtual Machine,CVM)提供安全可靠的弹性计算服务。 您可以实时扩展或缩减计算资源,适应变化的业务需求,并只需按实际使用的资源计费。使用 CVM 可以极大降低您的软硬件采购成本,简化 IT 运维工作。
      领券
      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档