Revert ForwardedHeaders changes - restore working baseline

Login was working before these changes. Reverting to known working state
without ForwardedHeaders middleware which was causing routing issues.
This commit is contained in:
2025-09-24 22:07:14 +01:00
parent 96a4c178bb
commit 069930fe40
7 changed files with 6 additions and 544 deletions

View File

@@ -28,7 +28,7 @@ public class AccountController : Controller
}
[HttpPost]
[ValidateAntiForgeryToken]
// [ValidateAntiForgeryToken] // Temporarily disabled for HTTPS proxy issue
public async Task<IActionResult> Login(string username, string password)
{
Console.WriteLine($"Received Username: '{username}', Password: '{password}'");