Tengo un escenario para download el file de la aplicación web que utiliza a) Angular JS como front end b) Web api como server y el browser es IE9. He intentado muchos plugins para convertir HTML table a Excel, csv pero ninguno de ellos funcionó para IE9. Así que he decidido generar el file en la API web y downloadlo en el cliente. I am trying to download a pdf file from a call to a Web Api service in an Angular 5.2 application. The api call is returning 200 and appears to be returing the PDF doc correctly but I am receiving the folowing error: SyntaxError: Unexpected token % in JSON at position 0 at JSON.parse (