Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Websockets in Chromium/Chrome #176

Open
pimotte opened this issue Aug 2, 2014 · 0 comments
Open

Websockets in Chromium/Chrome #176

pimotte opened this issue Aug 2, 2014 · 0 comments

Comments

@pimotte
Copy link
Member

pimotte commented Aug 2, 2014

While Firefox nicely responds to the websocket server (/api/ws) of the daemon, Chromium does not like it so much. There are at least two problems:

  1. Chromium does not send basic authentication headers. This is being fixed from Chromiums side. See these two bugs.
  2. The handshake does not complete. I'm guessing there is some sort of protocol mismatch between Undertow and Chromium, but I'm not entirely certain.

I'm not working on this until (1) is released from Chromiums side (it is now available as an experimental flag). If someone with more web-affinity wants to pick this up, feel free to.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants