Good, I have the following problem:
when entering the product module of my platform (with HTTPS protocol) and consult a product, the information returned by the web service is the product detail, in which comes a field called image which has the ftp path of the image
" ftp: // user: password@domain/ruta/imagen.png "
All this is perfect, but google chrome warns me about this:
[Deprecation] Subresource requests using legacy protocols (like 'ftp:') are deprecated, and will be blocked in M59, around June 2017. Please deliver web-accessible resources over modern protocols like HTTPS. See https://www.chromestatus.com/feature/5709390967472128 for more details.
this is a future problem for my platform, since I keep the images on an FTP server so that I do not have space on the server
I would greatly appreciate a solution to my problem, thank you in advance. I do not think it is necessary to put code, because everything is fine, I am working on php and javascript for that part!