I use an authentication proxy to access n8n.
The auth proxy includes the username in the request headers to the http to n8n which i can observe in the webhook nodes.
I would like to be able to observe and leverage these readers in the form node as well, however the form trigger does not include the details of the request headers by nature.
If we could expose the request headers in-line with the form trigger then i could use that to improve the security around forms with awareness of the operating user