Hello everyone,
We are using visualize.js to imbedded reports in one of our systems, Every thing works fine except for a error for Fonts
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://example.test.com/jasperserver-pro/reportresource/reportresource/.... (Reason: CORS header 'Access-Control-Allow-Origin' missing).
Does anyone know how can I enable CORS for fonts?
Thanks,
Akshay
1 Answer:
Posted on December 10, 2015 at 6:05am
I recomend you to change CORS in Tomcat server configuration or web.xml of JasperServer.
Instructions are here:
http://enable-cors.org/server_tomcat.html
http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter
Hello Akshay,
Were you able to resolve this issue? We are facing similar issue and are looking for a solution.
Thanks,
Santosh