添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Hi, in my spring boot application, I am sending request to get issues of my project to my sentry server with the address localhost:8090. When i send the same request from Postman, it responds but in the application, it throws exception as below:

The target server failed to respond; nested exception is org.apache.http.NoHttpResponseException: The target server failed to respond

When I debug it, it works but with the debug disabled it does not respond and throw exception.