请求头域 Content-Length 取值非有效整数或不在合法范围内。
用户请求携带的 Content-Length 头域取值不是有效的整数,或不在接口允许范围内。
您发起绑定自定义域名请求,请求头域 Content-Length 取值为负数。
PUT /?customdomain HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: Fri, 30 Jul 2021 08:05:36 +0000 Authorization: authorization xxx Content-Length: -1 { "CustomDomainRule": { "Domain": "example.com", "CertId": "certID" } }
检查请求头域 Content-Length 取值是否为整数且在有效的范围内。