Make XML/HTML encoding in SOAP requests optional (#6015)

Co-authored-by: soffensive <soffensive>
This commit is contained in:
soffensive
2026-02-05 10:52:25 +01:00
committed by GitHub
parent 2b6115c70c
commit 9312d26da8
4 changed files with 9 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ optDict = {
"safeReqFile": "string",
"safeFreq": "integer",
"skipUrlEncode": "boolean",
"skipXmlEncode": "boolean",
"csrfToken": "string",
"csrfUrl": "string",
"csrfMethod": "string",