From c810af65d454e675ff38d158440e3e12fc14d43e Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Fri, 15 Nov 2019 15:54:54 -0700 Subject: [PATCH] Clarify case insensitivity of path and host matching --- v2:-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 8ed3254..2ef8c4b 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -1356,7 +1356,7 @@ Matches requests by Host header. "host": [] ``` -Host values can contain wildcards to substitute for one label of the domain name. +Host values can contain wildcards to substitute for one label of the domain name. Host matching is case-insensitive. ##### http.matchers.path @@ -1366,7 +1366,7 @@ Matches requests by request path. "path": [] ``` -Paths may contain globular patterns. +Paths may contain globular patterns. Path matching is case-insensitive. If case sensitivity is required, use a path_regexp matcher. ##### http.matchers.path_regexp