JuliaWeb / JuliaWeb/WebSockets.jl
Add user-set additional headers for handshake
Open
- Dominant language
- Julia
- Stars
- 161
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Some websocket server may check the headers, such as the [example](https://godoc.org/golang.org/x/net/websocket#example-Handler) of `golang.org/x/net/websocket`.
Get 403 when there is no "Origin: xxx" header.
For compatibility, it shoud have the ability of adding additional headers to open websocket.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.