Is regex supported with queryParams? I get a 404 with the following regex:
spec:
hosts:
- “*”
gateways: - istiogateway
http: - match:
- uri:
prefix: /bar/foo
queryParams:
version:
regex: version=’^.(2019-03-1[0-4]).$’
- uri:
Is regex supported with queryParams? I get a 404 with the following regex:
spec:
hosts: