Join Slack
Powered by
Is there a way to stop ktor from url-encoding cook...
# ktor
m
martmists
05/21/2025, 6:26 AM
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
Aleksei Tirman [JB]
05/21/2025, 8:30 AM
Have you tried sending the
Cookie
header without using the cookie builders?
2
Views
Open in Slack
Previous
Next