Still working on getting our 3rd party mobile solution working with CS. The issue is that the 3rd party (MoFuse), takes our rss feed and restructures it to optimize for mobile devices, including resizing of images in the feed.
However this is not working correctly with our site. When MoFuse tries to take the (hugely long) url for an RSS image and resize it, and then render that in their mobile experience, their part of the newly created code seems to be being stripped away, as if there is hotlinking protection at work. Is this the case? Is there another reason why this isn't working? Is there something I can do to get it to work?
The original RSS image urls in our site are in the form of
http://<site>/cfsfile.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/<blog>.metablogapi/1234.<filename>.jpg
When MoFuse applies image compression they return a url:
http://<mobilesite>/lib/thumb/phpThumb.php?src=<image url, above>
however if you take that url and put it in a browser, you don't go to the mobile site, you go to the orignal file location.
What can I do to get this working properly?