SwiftWebSocket
SwiftWebSocket copied to clipboard
The Origin header should only contain the host and the port
Currently the Origin header in this library contains the absoluteString of the request URL. According to standard it should instead contain only the host and the port.