今天突然对dotnet core api有一个知识点想验证一下。在自己创建好项目之后,通过浏览器访问,没有问题,但是其中有一些post请求,于是使用到了postman,无论请求哪个接口都是Could not get any response

postman调试dotnet core api时提示Could not get any response

 

 无法得到任何响应,从这些提示中,大致能明白什么意思。在设置中SSL和Proxy

设置一下postman就好了,以下是设置的方式:

1、关闭掉证书

postman调试dotnet core api时提示Could not get any response

 

 

2、关闭掉代理

postman调试dotnet core api时提示Could not get any response

 

 

然后,再尝试一下,就可以正常请求了:

postman调试dotnet core api时提示Could not get any response

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2021-06-24
  • 2021-11-27
  • 2021-08-20
  • 2021-10-11
  • 2021-12-25
猜你喜欢
  • 2022-12-23
  • 2021-04-10
  • 2022-12-23
  • 2021-05-02
  • 2021-11-22
  • 2021-11-04
  • 2021-12-02
相关资源
相似解决方案