Istio Request Authentication - getting Cors with result 404 Istio Request Authentication - getting Cors with result 404 kubernetes kubernetes

Istio Request Authentication - getting Cors with result 404


CORS pre-flight requests are HTTP OPTIONS requests which are issued by browsers automatically, see this site for details.

Therefore, allow OPTIONS calls in your AuthorizationPolicy to allow pre-flight requests.

- to:    - operation:        methods: ["OPTIONS"]