← Back to release summary

WebSocket: permit connection reuse for auth

Category
Network / Connectivity
Type
New or changed feature
Status
Enabled by default (Chrome 70)
Intent stage
None

Summary

When receiving a 401 HTTP response during the WebSocket handshake, Chrome will attempt to continue authentication on the same socket. Windows HTTP authentication usually requires a single connection to be reused for authentication to succeed. Until now, Chrome has always closed the connection on a 401 status response, so Windows authentication has not worked. Windows authentication support is mostly useful in enterprise environments where single-sign-on is used.

Standards & signals

View on chromestatus.com