Page 1 of 1

please give me some clue about customize RSS feed.

Posted: Sun Jan 18, 2015 4:07 am
by AC

I searched around and still have not a clear plan yet.

I made a RSS reader app based on the appery tutorial. Now I made a page and allow users to change this pre-set rss feed source to their own favorite rss feed. So, I put a input object to the page and allow the users to input an alternative URL.

that I called an javascrip is the page button click event:
RSSserviceName.__requestOptions.url = "http://www.osha.gov/pls/oshaweb/newsR...";

But when I navigate back, the rss feed page becomes blank. I checked the code and the error I got says "XMLHttpRequest cannot load http://search.espn.go.com/rss/feed/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://appery.io' is therefore not allowed access."

Please help, I already tested in both device and web.


please give me some clue about customize RSS feed.

Posted: Sun Jan 18, 2015 5:09 am
by Alena Prykhodko

Hello,

Have you tried with Appery.io Proxy on http://devcenter.appery.io/documentat...?


please give me some clue about customize RSS feed.

Posted: Sun Jan 18, 2015 5:17 am
by AC

hi alena, I checked my service setting and I did make a proxy with appery. is there something wrong with my appery setting? I have attached screen shots below.


please give me some clue about customize RSS feed.

Posted: Sun Jan 18, 2015 5:17 am
by AC

please give me some clue about customize RSS feed.

Posted: Sun Jan 18, 2015 12:23 pm
by Illya Stepanov

Hi -

Do you use authentication when connecting to your RSS feed?


please give me some clue about customize RSS feed.

Posted: Sun Jan 18, 2015 2:27 pm
by AC

i am not sure. where can i check ?


please give me some clue about customize RSS feed.

Posted: Mon Jan 19, 2015 1:50 pm
by Illya Stepanov

Show us your request and response parameters in your services to your RSS feeds.