作者:平平安安55555_800 | 来源:互联网 | 2023-08-22 10:55
问题描述:今天在初学postman时,出现了输入接口后,点击send出现Couldnotgetanyresponse的问题。解决:将接口在浏览器地址输入框输入该接口,发现能正常访问
问题描述:今天在初学postman时,出现了输入接口后,点击send出现Could not get any response的问题。
解决:将接口在浏览器地址输入框输入该接口,发现能正常访问,判断是postman软件本身问题。通过查询,在post的setting内关闭SSL certificate verfication后解决