Re,
On my side I am using http and post also like this :
$http({
url: 'url',
method: 'post',
headers: {
'Content-Type': 'application/x-www-form-urlencoded'
},
data: data
}).success(function (data, status) {
})
But I am not stringify the data and I am not setting any proxy. Hope this will help