We tried to host html pages through tomcat running in the QB server port 8080. The javascripts in that page does restful api calls to populate values. But didn't manage to get that working due to the following error:
----------------------- clip -------------------
XMLHttpRequest cannot load
http://pafprodqb01.eget.fi:8810/rest/latest_builds/452. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '
http://pafprodqb01.eget.fi:8080' is therefore not allowed access. The response had HTTP status code 500.
----------------------- clip -------------------
We tried hosting the html pages along with javascripts to another host and still get the same error.
Thanks,