-2

this is what the URL looks like in the object.

logoURL: "/rimg/provider-logos/airlines/v/FJ.png?crop=false&width=108&height=92&fallback=default1.png&_v=9b38c3bf0c4447c0b6d5b340dc9c41b7"

it seems like there should be something before the first slash.

and here is the whole object. { alliance: "OW" code: "FJ" defaultName: null logoURL: "/rimg/provider-logos/airlines/v/FJ.png?crop=false&width=108&height=92&fallback=default1.png&_v=9b38c3bf0c4447c0b6d5b340dc9c41b7" name: "Fiji Airways" phone: "+679 672 0888" site: "https://www.fijiairways.com" usName: null __clazz: "com.r9.harmony.httpd.mobileapis.AirlineMobile" }

thanks in advance

2
  • You have to share more details than this like your code and output so we can help you solve your problem Commented Mar 9, 2022 at 9:46
  • I imagine you'll need to add the host name (whatever that is) to that URL if you want to download the image. Commented Mar 9, 2022 at 9:48

1 Answer 1

0

the url is missing a server name. try putting "https://www.company.com" before the url, where company is the name of the host.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.