You need to enable JavaScript to run this app.
导航

0005-00000002

最近更新时间2024.01.05 16:32:13

首次发布时间2024.01.05 16:32:13

问题描述

请求头域 x-tos-website-redirect-location 取值非法。

问题原因

用户请求携带 x-tos-website-redirect-location 头域,该头域取值并非以"http://"、"https://"或"/"为前缀。

问题示例

您发起 AppendObject 请求,头域 x-tos-website-redirect-location 取值非法。

POST /objectName?append&offset=Offset HTTP/1.1
Host: bucketname.tos-cn-beijing.volces.com
Date: GMT Date
Authorization: authorization xxx
x-tos-website-redirect-location: abc
<append data>

解决方案

确保头域 x-tos-website-redirect-location 取值合法。