User Marcus Ericsson - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T11:24:52Zhttp://stackoverflow.com/feeds/user/3439http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/479058/snap-com-snapshots-disobeys-same-orgin-policy0snap.com snapshots disobeys Same Orgin Policy?Marcus Ericsson2009-01-26T07:44:48Z2009-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#3854091Answer by Marcus Ericsson for Learning Ruby on RailsMarcus Ericsson2008-12-22T02:27:44Z2008-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&p=1" rel="nofollow">http://railsforum.com/viewtopic.php?id=14216&p=1</a></p>