1iveowl / WebsocketClientLite.PCL

Websocket client lite
MIT License
39 stars 14 forks source link

Allow setting HTTP headers for handshake. #10

Closed cmisztur closed 7 years ago

cmisztur commented 7 years ago

Origin request header field should be settable to allow some CORS flexibility when connecting to third party servers. https://tools.ietf.org/html/rfc6455#section-1.3

1iveowl commented 7 years ago

Thanks.

This have been implemented in v.3.6.1-beta2.

Please test and let me know.

You'll find the code in the develop branch.