SwiftWebSocket icon indicating copy to clipboard operation
SwiftWebSocket copied to clipboard

The Origin header should only contain the host and the port

Open zuzanqa opened this issue 8 years ago • 0 comments

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.

zuzanqa avatar May 16 '17 14:05 zuzanqa