Re: Allow custom headers (Websocket API)

On Thu, Feb 5, 2015 at 1:22 PM, Anne van Kesteren <annevk@annevk.nl> wrote:
>
> I'm not sure how this is relevant. We are discussing adding the
> ability to the WebSocket API to set custom headers and whether the
> current protocol is adequate for that.
>

CORS is an adequate protocol to allow for additional headers, and websocket
requests could be subjected to CORS (I'm not sure what the current client
behavior is in that regard, but I'm guessing they enforce CORS on websocket
requests as well).

Received on Thursday, 5 February 2015 12:28:10 UTC