IdentityServer3 – rejected because invalid CORS path
CORS is a nightmare! It’s a browser thing which is why you’re witnessing different behaviour in IE than in Chrome. There are (at least) two ways that CORS is configured on the server. When a client makes a request with the Origin header you have to tell the server whether or not to accept it … Read more