hi team Can we send JWT Token in ktor client web s...
# server
m
hi team Can we send JWT Token in ktor client web sockets request header?
n
Yes, unless the client is a browser
Copy code
httpClient.rpc {
                    url {
                        encodedPath = ....
                        bearerAuth(...) //or any header
                    }
                }