Another strange issue with the migration, I obtain...
# ktor
v
Another strange issue with the migration, I obtain this error for one of my test. I don’t understand why I obtain invalid url format… for me it’s valid 😞
1
e
Could you try
<https://www.test.com/?test=ok&authtoken=testToken>
?
v
Yes that’s working but why the other url didn’t work please ?
e
We fully switch new ktor URL multiplatform parser matching the URI specification
But we also could support such case in next minor release 🙂
v
Thanks ! 🙂