I'm able to recieve the requested xml with
curl -X GET -u username:password url
but not with
$.get('url',
{username:"username",password:"password"},
function (data) {
});
No javascript errors, no cross domain policy issues. It might be a syntax error but I failed to find a decent tutorial yet. Any suggestions please?