0


PostMan Request method ‘xx‘ not supported问题解决

问题描述:

Request method 'GET' not supported

问题分析:

1、真正的请求地址为https协议,但是在PostMan中以POST方式请求http协议的地址,这时会变成GET请求,导致报错。

解决办法:将请求地址改为https协议即可。

标签: postman 测试工具

本文转载自: https://blog.csdn.net/qq_38974638/article/details/131571759
版权归原作者 旭东怪 所有, 如有侵权,请联系我们删除。

“PostMan Request method ‘xx‘ not supported问题解决”的评论:

还没有评论