[webkit-dev] CORS Access-Control-Expose-Headers not supported by webkit?

Maciej Stachowiak mjs at apple.com
Tue Nov 29 00:24:41 PST 2011


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 <eric at 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 <abarth at webkit.org> wrote:
> > Patches welcome.
> >
> > Adam
> >
> >
> > On Mon, Nov 21, 2011 at 1:16 PM, Andy Hou <andyehou at 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 at lists.webkit.org
> >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >>
> >>
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> 
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20111129/d0922d4f/attachment.html>


More information about the webkit-dev mailing list