This is the opposite of this post. I want to send an angular $http request, but not include cookies. I can't figure out how to do this though. I tried setting
$httpProvider.defaults.withCredentials = false;
in config.js, but this didn't work. Is there another way?