User Marcus Ericsson - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T11:24:52Z http://stackoverflow.com/feeds/user/3439 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/479058/snap-com-snapshots-disobeys-same-orgin-policy 0 snap.com snapshots disobeys Same Orgin Policy? Marcus Ericsson 2009-01-26T07:44:48Z 2009-05-20T00:00:00Z <p>I'm trying to write some Javascript that shows data based on an HTTP GET request to a server on a different domain. From what I've read, this is made tricky due to the SOP (Same Origin Policy).</p> <p>I'm curious how snap.com "Snap Shots" (webpage previews) work. Here is an example page: <a href="http://premshree.livejournal.com/66129.html" rel="nofollow">http://premshree.livejournal.com/66129.html</a></p> <p>Could someone explain how this is possible? To enable the snap.com "Snap Shots" all you have to do is add some Javascrpt to your header. It seems like the example webpage is disobeying SOP.</p> http://stackoverflow.com/questions/55574/learning-ruby-on-rails/385409#385409 1 Answer by Marcus Ericsson for Learning Ruby on Rails Marcus Ericsson 2008-12-22T02:27:44Z 2008-12-22T02:27:44Z <p>Once you get your environment up and running, this is helpful in giving you a basic app that users can log into.</p> <p>Restful Authentication with all the bells and whistles: <a href="http://railsforum.com/viewtopic.php?id=14216&amp;p=1" rel="nofollow">http://railsforum.com/viewtopic.php?id=14216&amp;p=1</a></p>