Re: CORS performance

2015-02-19 Thread henry.st...@bblfish.net
> On 19 Feb 2015, at 22:04, Martin Thomson wrote: > > On 18 February 2015 at 06:31, Brad Hill wrote: >> Some of the things that argue against /.well-known are: >> >> 1) Added latency of fetching the resource. > > It's not available everywhere yet, but you could push it, based on the below. >

CORS explained simply

2015-02-19 Thread henry.st...@bblfish.net
Hi, I find that understanding CORS is a really not easy. It seems that what is missing is an general overview document, that would start by explaining why the simplest possible method won't work, in order to help the user understand then why more complex method are needed. For example the first