[Webkit-unassigned] [Bug 31617] WebSocket handshake doesn't check query component of URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 19 15:31:14 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31617





--- Comment #8 from Ian 'Hixie' Hickson <ian at hixie.ch>  2009-11-19 15:31:13 PST ---
If the connection is to be established, the server should send back the same
URL as was requested (constructing it from the request, taking the scheme from
whether the request was encrypted, the domain from the Host: line, and the rest
from the data after the GET).

Typically, I'd expect most servers to have the returned value hard-coded, so
that they don't have to parse the handshake and they can rely on the client
checking that the URL was correct.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list