Re: [cors] Simplify CORS Headers (ISSUE-89)

2010-06-15 Thread Anne van Kesteren
On Fri, 07 May 2010 02:30:10 +0200, Anne van Kesteren ann...@opera.com wrote: Here is a brief proposal for how we could simplify the current set of CORS headers. We can use this thread to evaluate whether it is worth breaking with what Firefox, Safari, Chrome, and IE are doing now. And

Re: [cors] Simplify CORS Headers (ISSUE-89)

2010-05-26 Thread Tyler Close
On Mon, May 24, 2010 at 8:23 AM, Adrian Bateman adria...@microsoft.com wrote: In IE, we only support Access-Control-Allow-Origin and combining with other values (albeit optional ones) that we don't support might be misleading. It also introduces some additional parsing that changes the

Re: [cors] Simplify CORS Headers (ISSUE-89)

2010-05-26 Thread Adam Barth
On Wed, May 26, 2010 at 9:08 AM, Tyler Close tyler.cl...@gmail.com wrote: On Mon, May 24, 2010 at 8:23 AM, Adrian Bateman adria...@microsoft.com wrote: In IE, we only support Access-Control-Allow-Origin and combining with other values (albeit optional ones) that we don't support might be

RE: [cors] Simplify CORS Headers (ISSUE-89)

2010-05-26 Thread Adrian Bateman
On Wednesday, May 26, 2010 1:05 PM, Adam Barth wrote: On Wed, May 26, 2010 at 9:08 AM, Tyler Close tyler.cl...@gmail.com wrote: On Mon, May 24, 2010 at 8:23 AM, Adrian Bateman adria...@microsoft.com wrote: In IE, we only support Access-Control-Allow-Origin and combining with other values

RE: [cors] Simplify CORS Headers (ISSUE-89)

2010-05-24 Thread Adrian Bateman
In IE, we only support Access-Control-Allow-Origin and combining with other values (albeit optional ones) that we don't support might be misleading. It also introduces some additional parsing that changes the behaviour from a simple comparison to a more complex parse and then compare. We

Re: [cors] Simplify CORS Headers (ISSUE-89)

2010-05-14 Thread Arthur Barstow
Simpler and/or shorter would indeed be good, although it may be too late. Jonas, IE Guys (Chris, Adrian, ...) - what is your input on this issue? -Art Barstow On May 13, 2010, at 3:39 AM, ext Maciej Stachowiak wrote: On May 6, 2010, at 5:30 PM, Anne van Kesteren wrote: Here is a brief

Re: [cors] Simplify CORS Headers (ISSUE-89)

2010-05-14 Thread Jonas Sicking
On Fri, May 14, 2010 at 10:18 AM, Arthur Barstow art.bars...@nokia.com wrote: Simpler and/or shorter would indeed be good, although it may be too late. Jonas, IE Guys (Chris, Adrian, ...) - what is your input on this issue? Like I've said before, I'd be fine with transitioning to new header

Re: [cors] Simplify CORS Headers (ISSUE-89)

2010-05-13 Thread Maciej Stachowiak
On May 6, 2010, at 5:30 PM, Anne van Kesteren wrote: Here is a brief proposal for how we could simplify the current set of CORS headers. We can use this thread to evaluate whether it is worth breaking with what Firefox, Safari, Chrome, and IE are doing now. And whether all parties are