Hello,
In the HTTP Request node, when I try to insert a variable (e.g., {{ output.authorization }}) into the request header, the variable is not evaluated and passed as a value. Instead, the exact text I input is being sent as-is in the header.
This causes issues with APIs that expect a specific authorization format, such as Solapi’s HMAC-SHA256 apiKey=..., date=..., ... header.
Could you please fix this so that variables in headers are properly evaluated like they are in the body section?
Thank you for your continued support.
{“errorCode”:“ValidationError”,“errorMessage”:“"value" with value "<%= _actions.act3Ir2OkBq7xmwlsNBuuhcl.authorization_header %>" fails to match the required pattern: /^(hmac-md5|hmac-sha256|user|bearer|sso)\s+.+$/i”}
