Wildcard Matching

Path matches pattern starting with wildcard.

            
    customHeaders: [
      {
        "path": "/custom-headers/*/foundation/elevation",
        "responseHeaders": [ 
        {
            "key": "Msh-custom",
            "value": "10" 
        }, 
        { 
            "key": "Date",
            "value": "Mon, 13 Jan 2020 20:12:38 GMT" 
        }
      ]
      }
    ]
            
          

Inspect page to see that Msh-custom header is 10.