一、错误描述
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
二、错误原因
由于在是本地电脑测试请求数据列表的,然后在代码里写的请求是https的,
三、解决方案
将https改为http即可解决。
完结!
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
由于在是本地电脑测试请求数据列表的,然后在代码里写的请求是https的,
将https改为http即可解决。
完结!