Calling an Angular 8 WebAPI method to a contoller through a HTTPS GET link
问题 I'm running an Angular 8 SPA application hosted on ASP.NET Core 3.1 hosted in IIS 10. I have a use case where the user of the application receives an email that contains an hyperlink to a Web API controller method. For instance: https://test.myapp.fr/api/ExternalCommands/ManageDati?a=C3hl5%2FMgXdldyX4ssmgyayMP3xE%2Bi%2 When this URL is used through an HTTP client (ARC in my case), it works. If it is used through the default browser, also hosting the SPA Application , it fails without reaching