Files
Docker-Compose/Update-DockerStacks-n8n.ps1
MohandL3G 86255bf98e Add header auth to n8n webhook call
Introduce header-based authentication for the n8n webhook request by adding $AuthHeaderName and $AuthHeaderValue, constructing a $Headers hashtable, and passing it to Invoke-RestMethod via the -Headers parameter. Keeps the existing payload (status, service, output) and log retrieval; webhook URL is unchanged.
2026-02-12 21:01:07 +02:00

3.5 KiB