This is a forum to suggest new features for mojoPortal.
Hi everyone,
Im trying to access xml file to a separate server so i can display it using the html module. im using javascript but seems that there is a security issue
that client-side scripts cannot fetch web service data from other sources, and blend that data into a page. Everything must come from the same domain.
Any suggestion please?
Im using mojoportal 2.3.3.4. sqlserver2005
Thanks in advance
One possibility is to figure out how to implement something that downloads the remote file to the server periodically and then you can access a local copy from the same domain.
Hope it helps,
Joe