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:
@@ -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}'");
|
||||
|
||||
Reference in New Issue
Block a user