I am working on a WebAPI project (my first) and am using EnableCors to limit where my api calls can come from. Just for testing, I did not include "http://localhost" as an allowable url.
In Chrome, I get an error stating localhost isn't allowed access (the expected result) and Microsoft Edge functions normally (no error, unexpected result). Is this an "undocumented feature" of Edge? Or am I doing something wrong that's causing it not to work with Edge?
Thanks!