.. _config_http_filters_cors: CORS ==== This is a filter which handles Cross-Origin Resource Sharing requests based on route or virtual host settings. For the meaning of the headers please refer to the pages below. * https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS * https://www.w3.org/TR/cors/ * :ref:`v2 API reference ` * This filter should be configured with the name *envoy.cors*. .. _cors-statistics: Statistics ---------- The CORS filter outputs statistics in the .cors.* namespace. .. note:: Requests that do not have an Origin header will be omitted from statistics. .. csv-table:: :header: Name, Type, Description :widths: 1, 1, 2 origin_valid, Counter, Number of requests that have a valid Origin header. origin_invalid, Counter, Number of requests that have an invalid Origin header.