I am unable to catch a bad request error with my jquery code.
$.get('http://example.com/', {}, function () {}, 'jsonp') .done(function () { // never fires }) .fail(function () { // never fires }) .always(function () { // never fires }); I just get the error
GET http://example.com?callback=jQuery17102424617672804743_1366109250123&_=1366111087274 404 (Not Found)