解决spring boot请求 java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 错误
问题出在 高版本的tomcat会对请求头进行过滤 我的项目使用的springboot版本是2.2.5版本,
内置的tomcat 版本是9.0.31。
解决方法①(推荐)
新增一个配