文档

0017-00000506

更新时间:

问题描述

图片处理请求请求体必须为空。

问题原因

您发起了图片处理请求,但是请求体不为空,不符合接口要求。

问题示例

比如您发起了如下请求:

GET /example.jpg?x-oss-process=image/resize,l_500,m_mfit HTTP/1.1
Host: oss-console-img-demo-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com
Content-Type: text/plain
Content-Length: 4
date: Wed, 22 Feb 2023 09:41:58 GMT

Test

上述请求中存在图片处理参数x-oss-process,表明是一个图片处理请求,这类请求不应该携带任何请求体,但是上述请求请求体不为空,导致接口报错。

解决方案

如果您希望发起图片处理请求,请确保请求的请求体为空。

GET /example.jpg?x-oss-process=image/resize,l_500,m_mfit HTTP/1.1
Host: oss-console-img-demo-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com
Content-Type: text/plain
Content-Length: 0
date: Wed, 22 Feb 2023 09:41:58 GMT

相关文档

简介

  • 本页导读 (1)
文档反馈