Is there a way to stop ktor from url-encoding cook...
# ktor
m
Is there a way to stop ktor from url-encoding cookie values? I'm trying to deal with an API that needs them not urlencoded.
a
Have you tried sending the
Cookie
header without using the cookie builders?