narrah7 Posted July 4, 2017 Share Posted July 4, 2017 Hello the community, I currently have a problem that is central of my Android version of Prestashop. I can't load (and display) images from the webservice using the URL. I have created a key inside the store that allow GET instance onto images. For example, to get the default image of a produc,t I do it using the address below: URL = https://[email protected]/prestashop/api/images/products/2/7 Using libraries like Picasso (or Glide) I can't load this image. It returns a "ConnectException: Connection refused" Anyone is able to help me ? Many thanks to you ;=) Link to comment Share on other sites More sharing options...
naitbrahim Posted November 12, 2017 Share Posted November 12, 2017 Hi, You can manage that using : URL = http://www.myshop/prestashop/api/images/products/2/7&ws_key=your_key Im using fresco to load images in android and it's working. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now