How to allow Base64.Mime in header? I need to put ...
# ktor
m
How to allow Base64.Mime in header? I need to put Base64.Mime encoded string in my request header, but I’m getting IllegalHeaderValueException
1
a
Can you please share your code to illustrate the problem?
1
m
Thanks Aleksei
I mistakenly thought I needed Base64.Mime, but apparently using regular Base64 was enough