当前位置: 代码迷 >> 综合 >> Invalid character found in the request target.The valid characters are defined in RFC 7230 and RF
  详细解决方案

Invalid character found in the request target.The valid characters are defined in RFC 7230 and RF

热度:87   发布时间:2023-11-21 23:02:16.0

在tomcat跑javaweb,传JSON到controller的时候出现这个错误,解决办法:

tomcat配置中最后一行 注释打开并改为

tomcat.util.http.parser.HttpParser.requestTargetAllow=|{}

表示放行{}

  相关解决方案