.NET MAUI client was changed from 0.0.0.0 to 0.0.0.1 in .NET 9

This commit is contained in:
sbwalker
2025-04-11 15:54:02 -04:00
parent 46431f0187
commit 26a686c412

View File

@ -136,7 +136,7 @@ namespace Oqtane
policy =>
{
// allow .NET MAUI client cross origin calls
policy.WithOrigins("https://0.0.0.0", "http://0.0.0.0", "app://0.0.0.0")
policy.WithOrigins("https://0.0.0.1", "http://0.0.0.1", "app://0.0.0.1")
.AllowAnyHeader().AllowAnyMethod().AllowCredentials();
});
});