Closed mnot closed 3 years ago
Timing-Allow-Origin is defined using ABNF as:
Timing-Allow-Origin
Timing-Allow-Origin = 1#( origin-or-null / wildcard )
However, neither the origin-or-null nor the wildcard rules are defined in the document, or referenced elsewhere.
origin-or-null
wildcard
Thanks for reporting! :)
For origin-or-null, we should refer to https://fetch.spec.whatwg.org/#origin-header For wildcard, we should refer to https://fetch.spec.whatwg.org/#http-new-header-syntax
Timing-Allow-Origin
is defined using ABNF as:However, neither the
origin-or-null
nor thewildcard
rules are defined in the document, or referenced elsewhere.