Skip to content

Instantly share code, notes, and snippets.

@KellyRice
Created March 28, 2012 16:31
Show Gist options
  • Save KellyRice/2228000 to your computer and use it in GitHub Desktop.
Save KellyRice/2228000 to your computer and use it in GitHub Desktop.
Dave code 6
auth = $.base64.encode( "#{kinvey_app_key}:#{kinvey_master_secret}" ")
jqueryXHR.setRequestHeader("Authorization", "Basic #{auth}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment