So I need to make a a cross domain request where the response is not JSON formatted, so I cannot use .getJSON. .get obviously doesn\'t work because it is a cross domain requ
You need to use $.getJSON rather than $.ajax() to return cross site information.
$.ajax()