IIS URL Rewrite not working with query string

As described in Microsoft’s documentation: It is important to understand how certain parts of the URL string can be accessed from a rewrite rule. For an HTTP URL in this form: http(s)://{host}:{port}/{path}?{querystring} The {path} is matched against the pattern of the rule. The {querystring} is available in the server variable called QUERY_STRING and can be … Read more