c# - Hosts Redirect 400 Error Web Page Cannot be Found -
i'm trying test application against oauth microsoft account login.
i have added following hosts file
127.0.0.1 testdomain.co.uk
my application running on https when run app runs follows;
now when hack url
i certificate warning (which expected). however, when click continue site, 400 web page cannot found error?
any ideas on doing wrong here?
you need tell web server should handle testdomain.co.uk project. web server (iis express) not know it, default set handle "localhost" host only. how change described here: https://stackoverflow.com/a/32365556/3835864
Comments
Post a Comment