Is it possible to set the header to use for the JWS with signed proxy redirects?

I’m testing signed proxy redirects (Rewrites and proxies | Netlify Docs) and JWS generation works great. However I need the header name for the JWS to be something other than X-Nf-Sign. Can I copy that signature to another header using custom headers, or is there any config I can use to change the header used to send the signature?

Hi @carlos_e,

Sorry for the delay here. Unfortunately, it’s not possible to copy the header to any another header. The JWS header can only be called x-nf-sign and it’s automatically sent y the CDN.