test: use basic auth in postman collection
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user