This commit is contained in:
msyu
2024-10-25 15:29:39 +03:00
parent 152532bc37
commit 2492fdf7a2
4 changed files with 65 additions and 5 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
//if (UCase(arguments.verb) EQ 'OPTIONS') return newRepresentation().noData().withStatus("204","No Data").withHeaders({"Content-Type":"application/json;charset=utf-8"});
if (UCase(arguments.verb) EQ 'OPTIONS') return true;
return true;
var auth="";
if (structKeyExists(headers,"Authorization")) {
auth=headers.Authorization;