[Question] Why are username and password not allowed in websocket URIs?
xray-bit opened this issue · 2 comments
xray-bit commented
Lines 183 to 186 in 1d54655
Postman and other similar tools support this type of URI. I also did not find any relevant instructions in RFC6455.
canelohill commented
See WebSocket URIs in RFC 6455. User information is not included in the WebSocket URI syntax.
xray-bit commented
thanks. sorry i missed that.