Am I correct in believing that the Http client doe...
# ktor
s
Am I correct in believing that the Http client doesn't support relative calls from the browser? So, you can't make a call to say
/api/something
and it will automatically resolve from the page's host?
e
Hi, @steamstreet. You could try the
DefaultRequest
feature for now.