insomnia-importers
Version:
Various data importers for Insomnia
36 lines (35 loc) • 876 B
JSON
{
"info": {
"_postman_id": "8bfb46b0-4a02-4941-b46f-bba11fadd681",
"name": "Digest Authentication Test",
"description": "A collection for testing",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "Digest Auth",
"request": {
"auth": {
"type": "digest",
"digest": {
"nonceCount": "digest-nonce-count",
"qop": "digest-qop",
"algorithm": "MD5",
"nonce": "digest-nonce",
"realm": "digest-realm",
"password": "guest",
"username": "guest"
}
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": "https://jigsaw.w3.org/HTTP/Digest/"
},
"response": []
}
]
}