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.