I am trying to make a ajax call to other domain locally from my computer by writing some proxy code in
jsp. And this is my jQuery AJAX code that is calling proxy.jsp page.
And my proxy.jsp file is:-
And When I check the response, I am getting this error for the XML file it is parsing:
And the returning XMl file is this:-
What wrong I am doing here.. Any suggestions will be appreciated..