Re: [whatwg/fetch] More wildcards in CORS when used without credentials (#298)

>  Access-Control-Max-Age           = <a class="external" data-anolis-spec="http-caching" href="https://tools.ietf.org/html/rfc7234#section-1.2.1">delta-seconds</a>
> -Access-Control-Allow-Methods     = #<a class="external" data-anolis-spec="http" href="https://tools.ietf.org/html/rfc7230#section-3.1.1">method</a>
> -Access-Control-Allow-Headers     = #<a class="external" data-anolis-spec="http" href="https://tools.ietf.org/html/rfc7230#section-3.2">field-name</a></pre>
> +Access-Control-Allow-Methods     = #<a class="external" data-anolis-spec="http" href="https://tools.ietf.org/html/rfc7230#section-3.1.1">method</a> / wildcard
> +Access-Control-Allow-Headers     = #field-name-or-wildcard</pre>

and shouldn't this be just field-name-or-wildcard (no hash)?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/298/files/0d6f5f2a0fadbe7b99ad6d21ab908eecd1db7d1f#r62293451

Received on Friday, 6 May 2016 06:35:01 UTC