Skip to content

Instantly share code, notes, and snippets.

@shiroyuki
Created November 20, 2013 00:10
Show Gist options
  • Select an option

  • Save shiroyuki/7554962 to your computer and use it in GitHub Desktop.

Select an option

Save shiroyuki/7554962 to your computer and use it in GitHub Desktop.
ajax-sandbox
$.ajax({
url: '',
success: function(r) {console.log(r);},
headers: {
'Authorization': '',
'Accept': 'application/json'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment