static void Main () { String baseaddress = "Http://loca lhost:4004/"; /*render application APPLI cation. EnableVisualStyles (); Application.setcompatibletextrenderingdefault (false); Application.Run (new Frontvorm ()); */&NB Sp //Start OWIN host startoptions options = new Startoptions (); options. Urls.add ("http://localhost:4004"); options. Urls.add ("http://127.0.0.1:4004"); options. Urls.add (String. Format ("http://{0}:4004", Environment.MachineName)); using (webapp.start< Program> (options) { //Create HTTPC Ient and make a request to api/values HttpClient client = new HttpClient (); }
If bound, extranet service access (firewall port already configured open)
Solve:
options. Urls.add ("http://+:4004");
Reference: https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/ About-url-reservations-and-registration-ssrs-configuration-manager
Self hosted OWIN bind address 127.0.0.1, external network unreachable