does ktor modify the URL sent into `client.get(ur...
# ktor
a
does ktor modify the URL sent into
client.get(url: String)
? because I am getting an Http error with ktor and no error with curl and I am really confused
nvm we good… it was related to how curl was handling auth differently than ktor