How to fix n8n webhook returning 403 instead of 401 for invalid Basic Auth
n8n returns 403 Forbidden (not 401) when Basic Auth credentials are wrong - breaking browser re-challenge flows. Three workarounds: nginx proxy, Header Auth, or the pending patch in PR #26402.