AC
Posts: 0
Joined: Wed Oct 08, 2014 8:53 pm

please give me some clue about customize RSS feed.

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

please give me some clue about customize RSS feed.

Hello,

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

AC
Posts: 0
Joined: Wed Oct 08, 2014 8:53 pm

please give me some clue about customize RSS feed.

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

please give me some clue about customize RSS feed.

Hi -

Do you use authentication when connecting to your RSS feed?

AC
Posts: 0
Joined: Wed Oct 08, 2014 8:53 pm

please give me some clue about customize RSS feed.

i am not sure. where can i check ?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

please give me some clue about customize RSS feed.

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

Return to “Issues”