0040-00000029

问题描述

图片处理请求头中的Content-Length不合法。

问题原因

图片处理请求头中的Content-Length不合法,内容类型为非数字类型。

问题示例

GET /example_image?x-oss-process=image/format,jpg HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml
Content-Length: abc

图片处理请求头中的Content-Length不合法,内容类型为非数字类型,导致该错误。

解决方案

GET /example_image?x-oss-process=image/format,jpg HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml

图片处理请求头中不包含Content-Length头部。