libhv icon indicating copy to clipboard operation
libhv copied to clipboard

Websocket Client with server authentication

Open timbo100 opened this issue 1 year ago • 1 comments

Please provide a link to a websocket client example that includes server authentication, and if there's another example that show how to do client authentication too. Thanks

timbo100 avatar Jan 27 '25 04:01 timbo100

websockets client use wss:// scheme. websockets server refer to https://github.com/ithewei/libhv/blob/fded2ba287199d3c20c619e06ddc571e2972ed92/examples/websocket_server_test.cpp#L102

ithewei avatar Jan 27 '25 14:01 ithewei