I want the response from below URL using ajax/getjson method.
http://randomvin.com/getAjax.php?qry=random&str=random&fake=false
but the problem is javascript is not letting me communicate to above URL as this is not producing JSON. I have tried dataType: 'jsonp
' but no luck. It is showing me
SyntaxError: expected expression, got '<'
1FMZU84PXYZA75146
I know that why it is showing me above error because response is not in json but in HTML! There has to be another way, please suggest. Thanks in advance.