141 auth_header
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user