``` lower(http.request.uri.path) wildcard "/foo/bar/*" ``` The `lower()` is unnecessary here, as wildcard already performs case-insensitive matching
The
lower()is unnecessary here, as wildcard already performs case-insensitive matching