Skip to content

Instantly share code, notes, and snippets.

@PatrickJS
Created December 26, 2013 23:10
Show Gist options
  • Save PatrickJS/8140014 to your computer and use it in GitHub Desktop.
Save PatrickJS/8140014 to your computer and use it in GitHub Desktop.
angular.module('YOUR_APP')
.config(function($httpProvider) {
$httpProvider.defaults.useXDomain = true;
delete $httpProvider.defaults.headers.common['X-Requested-With'];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment