From 35f1602ff3ee3a2da822c57c55a359b8392c8734 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Mon, 21 Jul 2025 22:13:42 +0200 Subject: [PATCH] https redircet --- Webshop.Api/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)...