nginx代理访问互联网积木报表做好的大屏,报错

nginx代理访问互联网积木报表做好的大屏,报错
Type Exception Report

Message Invalid character found in the request target [/bigscreen/#/view/1630385272065658882]. The valid characters are defined in RFC 7230 and RFC 3986

Description The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

该回答引用GPTᴼᴾᴱᴺᴬᴵ
根据错误提示,看起来是请求中存在不合法的字符。报错信息中提到了 RFC 7230 和 RFC 3986 这两个标准,建议按照这两个标准检查请求中的字符是否合法。
·
另外,建议检查一下 Nginx 的配置文件,看是否有特殊字符或者格式错误。可能是因为 Nginx 配置不正确导致代理访问出现问题。可以参考 Nginx 的官方文档,对照配置文件进行排查。

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^