144 authHeader bug fix

This commit is contained in:
msyu
2025-09-23 15:36:47 +03:00
parent dda4cc8fb2
commit f96659f31d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
variables.framework.docs.APIVersion="0.143"; /*auth_header*/ /*$ git config --global --unset user.password*/
variables.framework.docs.APIVersion="0.144"; /*auth_header*/ /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
+1 -1
View File
@@ -220,7 +220,7 @@
<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="authHeader" value="request.auth_header"/>
<cfhttpparam type="formfield" name="authHeader" value=#request.auth_header#/>
<cfloop query="qInstanceOperationParam">
<cfhttpparam type="formfield" name="#param#" value="#param_value#"/>
</cfloop>