Reini
11/20/2024, 9:02 AMJacob Overgaard
11/20/2024, 9:03 AMReini
11/20/2024, 9:18 AMReini
11/25/2024, 8:12 AMJacob Overgaard
11/25/2024, 8:33 AMAccess-Control-Allow-Origin
header? Did you use the app.AllowAnyOrigin()
or a specific hostname?Jacob Overgaard
11/25/2024, 8:34 AMReini
11/27/2024, 10:34 AMJacob Overgaard
11/27/2024, 11:46 AMkdx-perbol
11/27/2024, 11:55 AMAccess-Control-Allow-Origin
header sent in the OPTIONS response from https://localhost:44369/media/25qk4h5t/friday.txt
?
Are you adding AllowCredentials
somewhere? That's forbidden to coexist with *
origins IIRC.
Or maybe the Umbraco Backoffice CORS policy is being used instead of your own policy, which I assume does allow credentials but not *
origins.Luuk Peters (ProudNerds)
12/02/2024, 10:27 AMReini
12/04/2024, 10:13 AMReini
12/04/2024, 10:16 AM