From 798be2cff4bb652adecbd82d6c92afaaee4ddbf3 Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Fri, 22 May 2026 16:06:49 +0200 Subject: [PATCH] aggiunto nuovo header X-API-Key a WS IDEM --- collections/IDEM WebServices/opencollection.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collections/IDEM WebServices/opencollection.yml b/collections/IDEM WebServices/opencollection.yml index 29cb2df..f70d03a 100644 --- a/collections/IDEM WebServices/opencollection.yml +++ b/collections/IDEM WebServices/opencollection.yml @@ -15,6 +15,9 @@ config: bypassProxy: "" request: + headers: + - name: X-API-Key + value: WkBxJDVwJjJUajM3ZDVBV1NOZkF5cmY3eVVgZDNBZHVibXh+N0tMekBAbVNGV2ZnJTRuTiV0bWk1WUNzeHpEdg== auth: type: basic username: "{{IdemApiUsername}}" @@ -390,7 +393,4 @@ request: // pm.visualizer.set(template, tableProps); bundled: false -extensions: - ignore: - - node_modules - - .git +extensions: {}