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;

https://localhost:44308/home

now when hack url

https://testdomain.co.uk:44308/home

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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -