141 auth_header

This commit is contained in:
msyu
2025-09-18 18:24:53 +03:00
parent ccf2231657
commit fd0f77806e
2 changed files with 9 additions and 5 deletions
+2
View File
@@ -218,7 +218,9 @@
<cfhttpparam type="HEADER" name="Authorization" value="#request.ORCHESTRATOR_AUTH#"/>
<cfhttpparam type="HEADER" name="Accept" value="application/json"/>
<cfhttpparam type="HEADER" name="User-Agent" value="#request.USER_AGENT#"/>
<!--- <cfhttpparam type="HEADER" name="X-Auth-Token" value="#request.auth_header#"/> --->
<cfhttpparam type="formfield" name="delay" value="0sec"/>
<cfhttpparam type="formfield" name="auth_header" value="request.auth_header"/>
<cfloop query="qInstanceOperationParam">
<cfhttpparam type="formfield" name="#param#" value="#param_value#"/>
</cfloop>