diff --git a/Webshop.Api/Program.cs b/Webshop.Api/Program.cs index 7e7b92a..55f9f05 100644 --- a/Webshop.Api/Program.cs +++ b/Webshop.Api/Program.cs @@ -72,7 +72,7 @@ if (app.Environment.IsDevelopment()) app.UseSwaggerUI(); } -app.UseHttpsRedirection(); +//app.UseHttpsRedirection(); // WICHTIG: Die Reihenfolge ist entscheidend! // Zuerst prüfen, wer der Benutzer ist (Authentifizierung)...