Skip to content
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

Download images from url with proxy #83

Open
acaliaro opened this issue Oct 26, 2020 · 1 comment
Open

Download images from url with proxy #83

acaliaro opened this issue Oct 26, 2020 · 1 comment
Labels
question Further information is requested

Comments

@acaliaro
Copy link

Hi @jonathanpeppers . Excellent work, as always...
I have a problem with FFImageLoading and Android devices

luberda-molinet/FFImageLoading#1496

https://forums.xamarin.com/discussion/185515/ffimageloading-cacheimage-and-proxy

Do "glidex" have the possibility to download images through a proxy?

Alessandro

@jonathanpeppers
Copy link
Owner

glidex just uses the binding for Glide and sets it up to be called from Xamarin.Forms.

So the question is if you can use a proxy with Glide. There is an example here:

https://stackoverflow.com/a/54597523

So you should be able to have a custom IGlideHandler and setup the proxy, I think? Here is an example of using IGlideHandler:

https://github.com/jonathanpeppers/glidex/blob/master/glidex.forms.sample/RandomAlphaHandler.cs

@jonathanpeppers jonathanpeppers added the question Further information is requested label Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants