Where can I make IIS10 allow outbound internet access for its scripts?
I have a generic handler that requests some info from an external site over http using HttpWebRequest. I get a timeout on my website running on Windows Server 2019, IIS 10. With the same code, same .net version, it works on IIS version 7.5.
If I change the URL it uses to a local URL, it also works with IIS10.
Both external site and local site can be reached by the server browser.
(EDIT: Language nuances)