On Nov 21, 2011, at 2:00 PM, Ojan Vafai wrote:

> Just curious, how is it different from Access-Control-Allow-Headers?

Access-Control-Allow-Headers is a response header which signals that specific 
custom request headers may be sent by the client.
  
<http://www.w3.org/TR/access-control/#access-control-allow-headers-response-he>

Access-Control-Expose-Headers is a response header that indicates which 
response headers may safely be exposed to the client.
  
<http://www.w3.org/TR/access-control/#access-control-expose-headers-response-h>

Regards,
Maciej


> 
> On Mon, Nov 21, 2011 at 1:47 PM, Eric Seidel <e...@webkit.org> wrote:
> This is where you would look:
> http://trac.webkit.org/browser/trunk/Source/WebCore/loader/DocumentThreadableLoader.cpp
> 
> You might also find these documents useful:
> http://www.webkit.org/coding/contributing.html
> http://www.webkit.org/quality/reporting.html
> http://www.webkit.org/quality/testwriting.html
> 
> -eric
> 
> On Mon, Nov 21, 2011 at 1:39 PM, Adam Barth <aba...@webkit.org> wrote:
> > Patches welcome.
> >
> > Adam
> >
> >
> > On Mon, Nov 21, 2011 at 1:16 PM, Andy Hou <andye...@google.com> wrote:
> >> Hi Webkit Developers,
> >> Are there plans to support the CORS Access-Control-Expose-Headers in 
> >> webkit?
> >> It's been supported by Firefox for a few months now.
> >> There's a webkit bug filed. It would be great if someone could take a look
> >> at this.
> >> Thanks,
> >> - Andy
> >> _______________________________________________
> >> webkit-dev mailing list
> >> webkit-dev@lists.webkit.org
> >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >>
> >>
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev@lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> 
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to