Is it possible to make a request that ignores/bypa...
# ktor
m
Is it possible to make a request that ignores/bypasses the base url set in defaultRequest?
j
Yeah. Just give a full url in the get or post method then it won't use the base url from the default request
m
Thanks!
👍 1