Marc
01/18/2024, 4:23 PMmessage ObjHeader * Invalid url: {totally valid url that works in browser}
Marc
01/18/2024, 4:24 PMAleksei Tirman [JB]
01/19/2024, 7:10 AMMarc
01/19/2024, 8:08 AMMarc
01/19/2024, 12:07 PMAleksei Tirman [JB]
01/22/2024, 8:23 AMhost
method from the DefaultRequest configuration is incorrect. It must only contain domain and the port. To fix the problem use the following configuration:
defaultRequest {
url {
url("<https://www.airalo.com/api/>")
header("Content-Type", "application/json")
header("Accept-Language", "en")
}
}
Marc
01/22/2024, 8:24 AM