test: use basic auth in postman collection

This commit is contained in:
Meik
2026-07-01 09:29:19 +02:00
parent 5e489cdae0
commit e9be853362

View File

@@ -6,26 +6,16 @@
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
}, },
"auth": { "auth": {
"type": "ntlm", "type": "basic",
"ntlm": [ "basic": [
{ {
"key": "username", "key": "username",
"value": "{{ntlmUsername}}", "value": "{{basicUsername}}",
"type": "string" "type": "string"
}, },
{ {
"key": "password", "key": "password",
"value": "{{ntlmPassword}}", "value": "{{basicPassword}}",
"type": "string"
},
{
"key": "domain",
"value": "{{ntlmDomain}}",
"type": "string"
},
{
"key": "workstation",
"value": "{{ntlmWorkstation}}",
"type": "string" "type": "string"
} }
] ]
@@ -58,20 +48,12 @@
"value": "https://srvwsm001.imagoverum.com/m42Services" "value": "https://srvwsm001.imagoverum.com/m42Services"
}, },
{ {
"key": "ntlmDomain", "key": "basicUsername",
"value": "imagoverum" "value": "imagoverum\\vvogel"
}, },
{ {
"key": "ntlmUsername", "key": "basicPassword",
"value": "" "value": "Matrix42"
},
{
"key": "ntlmPassword",
"value": ""
},
{
"key": "ntlmWorkstation",
"value": ""
}, },
{ {
"key": "sid", "key": "sid",