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"
},
"auth": {
"type": "ntlm",
"ntlm": [
"type": "basic",
"basic": [
{
"key": "username",
"value": "{{ntlmUsername}}",
"value": "{{basicUsername}}",
"type": "string"
},
{
"key": "password",
"value": "{{ntlmPassword}}",
"type": "string"
},
{
"key": "domain",
"value": "{{ntlmDomain}}",
"type": "string"
},
{
"key": "workstation",
"value": "{{ntlmWorkstation}}",
"value": "{{basicPassword}}",
"type": "string"
}
]
@@ -58,20 +48,12 @@
"value": "https://srvwsm001.imagoverum.com/m42Services"
},
{
"key": "ntlmDomain",
"value": "imagoverum"
"key": "basicUsername",
"value": "imagoverum\\vvogel"
},
{
"key": "ntlmUsername",
"value": ""
},
{
"key": "ntlmPassword",
"value": ""
},
{
"key": "ntlmWorkstation",
"value": ""
"key": "basicPassword",
"value": "Matrix42"
},
{
"key": "sid",