our server uses custom http headers to authenticate the client (beast).
with websocket::stream, there exists a *handshake_ex function that allows one to insert headers of their choosing.
with ssl::stream, i don't see those functions nor a way to obtain a reference to the request_type to do so manually.
suggestions?
beast v110
gcc 4.9.4
our server uses custom http headers to authenticate the client (beast).
with websocket::stream, there exists a *handshake_ex function that allows one to insert headers of their choosing.
with ssl::stream, i don't see those functions nor a way to obtain a reference to the request_type to do so manually.
suggestions?
beast v110
gcc 4.9.4