I make a web request to a third-party api from my ASP.NET Core application.
- When app is running alone itself, request succeeds.
- When app is running in IIS on the same server, request timeouts.
Request is made from a Hangfire recurring job to Asana API endpoint (HTTPS) via RestSharp client. All the own app's pages are available through IIS, but app cannot make any requests.
Where should I look and what to debug to solve this problem?