Is there a way to automatically decode encoded query parameters in a ktor server
a
Aleksei Tirman [JB]
05/10/2023, 9:19 AM
Query parameters should be decoded automatically. Can you share a problematic code snippet?
g
Giuliopime
05/13/2023, 4:11 PM
Oh yes it actually is, I was probably doing something else wrong and the issue wasn't the decoding. Just out of curiosity where can I configure the logic of the decoder?
a
Aleksei Tirman [JB]
05/15/2023, 7:15 AM
Most of the time, you can’t configure the decoder. It depends on the case.