tidwall/SwiftWebSocket

Add option to disable Origin

jfmiguel opened this issue · 0 comments

Would it be possible to add a configuration to enable / disable the Origin header?
I'm doing this request because I'm connecting to a device that does not seem to support it, and when the header is present the connection is never established. I would be happy to do the changes if you are willing to accept them...