Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Same origin policy #7

Open
barraponto opened this issue Jun 20, 2011 · 3 comments
Open

Same origin policy #7

barraponto opened this issue Jun 20, 2011 · 3 comments

Comments

@barraponto
Copy link

How do I circumvent the same issue policy? It would be wonderful if it was documented in the Read Me.

@coreylight
Copy link

I am also running into this problem.

@max-mapper
Copy link

JSONP yo. im guessin you do jQuery.getFeed({url: 'rss.xml?callback=?'}) (untested but thats how JSONP works in jquery)

@naggie
Copy link

naggie commented May 16, 2012

You'll need a server-side PHP (or whatever) RSS proxy which is apparently included; or for better speed simply run a cron job to download the RSS feed to your server every so often and then serve the resulting file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants