Hi, This is due to the security measures built in to WebGL. A Web site has to explicitly allow its content to be accessible from other sites. Otherwise it will be blocked. You need to configure your Web server to include the relevant headers in the HTTP response (Access-Control-Allow-Origin: *). For details please search Google for "WebGL" and "CORS". This should already be docuemnted for XML3D, btw. Hope this helps. Let us know if you need more help here. Best, Philipp Am 09.06.2015 um 11:38 schrieb Sergio Casas: > Hi, > > I am working on a FIWARE project using the XML3D GE. > > I am trying to load an external model using the MODEL tag: > > <group style="transform: translate3d(0px,0px,0px)" > > <model > src="http://server1.uv.es/FIWARE/Assets/Models/Axes/Axes.xml#Axes"></model> > </group> > > I am not using FILAB yet. > I am using a local WAMP server where I store the .html code that makes > use of the XML3D GE. The external machine (server1.uv.es > <http://server1.uv.es>) is a different machine with another webserver. > > > However. It does not work, because of Access-Control restrictions. This > is the Chrome console message that I get: > > XMLHttpRequest cannot load > http://server1.uv.es/FIWARE/Assets/Models/Axes/Axes.xml. No > 'Access-Control-Allow-Origin' header is present on the requested resource. > > I was wondering if I need to add something to the document for that to work. > > It works like a charm when you load models without using an external URL. > I just would like to use also external URLs > > The funny part is that I load the XML3D from an external URL, and that's > OK for the browser: > > <script type="text/javascript" > src="http://www.xml3d.org/xml3d/script/xml3d.js"></script> > > I just don't know why an XML model is different... > > I am sure it is possible to load external URLs. > I just would like to know how. > > Thanks in advance! > > > > > _______________________________________________ > Fiware-tech-help mailing list > Fiware-tech-help at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-tech-help > -- ------------------------------------------------------------------------- Deutsches Forschungszentrum für Künstliche Intelligenz (DFKI) GmbH Trippstadter Strasse 122, D-67663 Kaiserslautern Geschäftsführung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes Sitz der Gesellschaft: Kaiserslautern (HRB 2313) USt-Id.Nr.: DE 148646973, Steuernummer: 19/673/0060/3 --------------------------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: philipp_slusallek.vcf Type: text/x-vcard Size: 441 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-tech-help/attachments/20150609/46d2358d/attachment.vcf>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy