Skip to content

Instantly share code, notes, and snippets.

@jbdietrich
Created December 30, 2013 18:20
Show Gist options
  • Save jbdietrich/8185716 to your computer and use it in GitHub Desktop.
Save jbdietrich/8185716 to your computer and use it in GitHub Desktop.
$.ajax({
url: "https://someplace.zendesk.com/proxy/to/https%3A%2F%2Fwww.someplace.com",
}).done(function( data ) {
if ( console && console.log ) {
console.log( "Sample of data:", data.slice( 0, 100 ) );
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment