From b9de3fd8a90270340e2b82d7f2431f938b7a39ee Mon Sep 17 00:00:00 2001
From: VHofman <vincent.hofman@kereval.com>
Date: Fri, 2 Aug 2024 11:29:06 +0200
Subject: [PATCH] Add port management for the host

---
 IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json b/IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json
index 7a16066..25aaecb 100644
--- a/IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json	
+++ b/IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json	
@@ -47,13 +47,13 @@
         {
           "selector": "request.headers('Host').values",
           "id": "HostChecking",
-          "description": "Host Shall be a server name; Regex: ^(http[s]?:\\/\\/)?[a-zA-Z0-9.\\-\\/]+$",
+          "description": "Host Shall be a server name; Regex: ^(http[s]?:\\/\\/)?[a-zA-Z0-9.\\-\\/]+(:(\\d)+)?$",
           "requirementPriority": "MANDATORY",
           "checksComposition": "oneOf",
           "checks": [
             {
               "type": "REGEX",
-              "regex": "^(http[s]?:\\/\\/)?[a-zA-Z0-9.\\-\\/]+$"
+              "regex": "^(http[s]?:\\/\\/)?[a-zA-Z0-9.\\-\\/]+(:(\\d)+)?$"
             }
           ]
         },
-- 
GitLab