Skip to content
Snippets Groups Projects
Commit ec068410 authored by Onyxcodeotto's avatar Onyxcodeotto
Browse files

feat: Authorization for soap request

parent 9b77fc2d
Branches
Tags
No related merge requests found
......@@ -20,7 +20,8 @@ buttons.forEach(function(button){
method: 'POST',
headers: {
'Content-Type': 'text/xml;charset=UTF-8',
'soapAction': ""
'soapAction': "",
'Authorization': '0987654321'
},
body: envelope,
})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment