https://kotlinlang.org logo
#ktor
Title
# ktor
j

John O'Reilly

09/16/2020, 12:53 PM
I've setup
digest
auth for ktor client and server....REST api requests are working fine but getting 401 for websocket connection......for
basic
auth I was able to use
sendWithoutRequest = true
but that doesn't seem to be an option for
digest
.....is there any way for it to use same auth in that case for ws/wss connections?
sendWithoutRequest
seems to be forced to
false
in
DigestAuthProvider.kt
3 Views