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.

Statistics

The CORS filter outputs statistics in the .cors.* namespace.

Note

Requests that do not have an Origin header will be omitted from statistics.

NameTypeDescription
origin_validCounterNumber of requests that have a valid Origin header.
origin_invalidCounterNumber of requests that have an invalid Origin header.