java.lang.IllegalArgumentException: Invalid character found in the request target.
时间:2018-09-28 11:46:37
收藏:0
阅读:1168
java.lang.IllegalArgumentException: Invalid character found in the request target.
http参数存在特殊字符:
特殊字符是出现在后面跟的参数中,对参数进行 URL 编码,可以使用 JavaScript 中的 encodeURIComponent() 函数。
原文:https://www.cnblogs.com/YuyuanNo1/p/9717274.html
评论(0)