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

A bug with appery rest service?

Hi, I have a problem with the RSS feed source changing.

Originally, I had RSS feed source A in my page. The I dynamically change the RSS feed source to B by using such code " RSSserviceName.__requestOptions.url = "http://www.sourceB.com/feed"; In the same time, I set the Access-Control-Allow-Origin = * when people input the sourceB url. Everything wortked fine., the new RSS source will show up with the title (link). Then the problem show up when u click the title link, it navigates people to source B's site but when u switch back to the app, the RSS feed became to A again.

Is there somthing with thr appery rest service?

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

A bug with appery rest service?

Hi -

This is a CORS issue. (http://devcenter.appery.io/documentat...)

The service will never let you send request from one domain to another, unless it permits it.
You need to test it on your device. If this occurs on the device, try use proxy.

Return to “Issues”