-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing on Facebook Audience network images. #17
Comments
Ok I figured this out for anyone experiencing similar issues. Cordova file transfer encodes URLs by default, unless the option for this behaviour is set to I modified from:
to:
It was also necessary to change the
This change is in line with guidance, as I believe that Thanks, hope this is of use. Regards Anthony |
Thank you for helping. I will add the encoding option. |
I will read the stackoverflow post, thanks again. |
There seems to be an issue when dealing with URLs such as below:
"https://external.xx.fbcdn.net/safe_image.php?d=AQA-rLFlQ98NknCQ&w=796&h=416&url=https%3A%2F%2Fwww.facebook.com%2Fads%2Fimage%2F%3Fd%3DAQLCHHtYr0sSkmvoZGDU8jB8yNMwUOG_3XP9z5tSnNf6XJb4uGFyRbiXJPbsFx449vfVRVN770XTlFVd6du6N3300s5LRrcOy7tkuc-4WW-uNRKv5JLeCw9yKL30blatPZXN8n-EU_7hWDwSf3b9MFwA&cfs=1&ext=jpg"
Is this something to do with URI encoding?
Thanks
The text was updated successfully, but these errors were encountered: