Re: [whatwg/fetch] RFC: a mechanism to bypass CORS preflight (#210)

@bifurcation Of course. I was thinking of the concept of allowing generic entries

For instance, given the example format that @mnot supplied in an earlier comment:

`{
    "/public-data/*": { "Access-Control-Allow-Origin": "*" }
    "/public-data/secure": {
        "override-policy": "true"
    }
}`

So requests to any resource within the /public-data/ path can come from any origin _except_ calls to /public-data/secure, which would have to make a preflight request.

---
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/issues/210#issuecomment-211470853

Received on Monday, 18 April 2016 16:52:05 UTC