Invalid character found in method name. HTTP method names must be tokens 解决办法

今天用postman调用后端接口的时候报出这个错误,如下图。

 

 错误原因是用的https请求如下图

 

 把请求改为http即可解决这个错误,如下图

 

posted @ 2020-05-09 23:54  King-DA  阅读(14746)  评论(0)    收藏  举报