.NET MAUI client was changed from 0.0.0.0 to 0.0.0.1 in .NET 9
This commit is contained in:
@ -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();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user