I'm trying to load images through RSS data feed but it is not being displayed.
I can confirm that it is making a GET request to the server for the RSS xml file, but it is not making any request to the jpeg files specified in the RSS file.
It works fine when I switch to populate from media library
<rss version="2.0">
<channel>
<title>imagelist</title>
<description>imagelist</description>
<item>
<title>cat 1</title>
<description>
</description>
</item>
<item>
<title>cat 2</title>
<description>
</description>
</item>
<item>
<title>cat 3</title>
<description>
</description>
</item>
</channel>
</rss>
Thanks