1
Help for ParamQuery Pro / Re: Export excel/csv not working under Safari 9
« on: February 27, 2017, 03:35:29 pm »
Thanks for the answer. We tried remote export on the demo it works fine.
However when we use that in our project, we had a cross region problem:
'XMLHttpRequest cannot load https://paramquery.com/pro/demos/exportData. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://10.200.157.47:8080' is therefore not allowed access.'
Does that mean we have to provide a http service in our backend server to save the file and send back to the frontend?
If so, what should we implement in the backend?
However when we use that in our project, we had a cross region problem:
'XMLHttpRequest cannot load https://paramquery.com/pro/demos/exportData. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://10.200.157.47:8080' is therefore not allowed access.'
Does that mean we have to provide a http service in our backend server to save the file and send back to the frontend?
If so, what should we implement in the backend?