hi, everyone
I'm using Ktor client 2.0.x with Bearer Auth.
I have many requests don't need authorization.
what is the way to tell Ktor don't add authorization header
r
Rustam Siniukov
07/11/2022, 3:27 PM
you can use
sendWithoutRequest
to filter which requests get header by default. like