Closed khataev closed 7 years ago
Seems to me, I've read FAQ not completely - there is note about cross-site requests and that there is no guarantee they will work. So they worked once csv server settings changed ;) So I med up a proxy server with "Access-Control-Allow-Origin" header set to my client server name in order to solve this problem.
Recently, my csv provider service started to use redirects. This raises error like this (copied from Chrome console):
Is it possible to workaround this situation? Here is code snippet of how I invoke PapaParse.
ps: error handler function has several arguments:
but none of them contain information about redirect url. If it would, I could try to initiate another Papa.parse call.