Is anyone using HttpCookies? I'm not able to get t...
# ktor
r
Is anyone using HttpCookies? I'm not able to get to work. I followed the ktor client documentation and added HttpCookies plugin and also added AcceptAllCookiesStorage. But I'm not seeing any cookies headers being sent in requests. I'm trying to authenticate using next auth endpoint. https://next-auth.js.org/getting-started/rest-api
Seems like my setup was wrong. I was creating new instance of http client every call.