This question is similar to this one, except my application uses UWP and not WPF.
As such, I need the UWP Web View to be ran as if it was a browser ran with the --disable-web-security
flag, in order to disable CORS.
I tried looking into some documentation like here but couldn't figure out a way to do it in UWP.
Thanks.