读取请求正文后无法使用 Astro.rewrite
RewriteWithBodyUsed:如果请求正文已被读取,则无法使用 Astro.rewrite()。如果你需要读取正文,请先克隆请求。
¥RewriteWithBodyUsed: Astro.rewrite() cannot be used if the request body has already been read. If you need to read the body, first clone the request.
什么地方出了错?
标题部分 什么地方出了错?¥What went wrong?
如果请求正文已被读取,则无法使用 Astro.rewrite()
。如果你需要读取正文,请先克隆请求。例如:
¥Astro.rewrite()
cannot be used if the request body has already been read. If you need to read the body, first clone the request. For example:
也可以看看:
¥See Also:
Error Reference