-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Undertow Websocket client currently set the handshake request Origin header value with just the host, without the scheme (cf. WebSocketClient.java#L86).
Based on RFC 6454, the scheme is mandatory, so instead of setting an Origin header value like domain.com, the Websocket client should set http://domain.com.
- is related to
-
UNDERTOW-856 Websocket client sends invalid Origin header for non default ports
- Resolved