feristhia / xmla4js

Automatically exported from code.google.com/p/xmla4js
0 stars 0 forks source link

Uncaught NetworkError: Failed to execute 'send' on 'XMLHttpRequest' #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i simply called the execute method from my code

What is the expected output? What do you see instead?
response xml was expected, but an error occured with the following details
"Uncaught NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to 
load 'http://www...."

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.

Original issue reported on code.google.com by arshad.s...@gmail.com on 6 Aug 2014 at 8:04

Attachments:

GoogleCodeExporter commented 9 years ago
Hi! 

1) This project does not live on google code anymore. It has moved to github: 
https://github.com/rpbouman/xmla4js
2) You are probably not using the latest version, since the latest version is 
on github.
3) The actual problem is that you are probably doing a cross domain request. 
That is: the xmla4js application is living on a different domain than the XML/A 
server that you are trying to call. If that is the case, rely on standard 
methods to bypass the cross-domain restriction (i.e. please setup a proxy). If 
you think there is a different problem, then please post that on the github 
issue tracker (after you upgraded to the last version)

I will close this issue here, I'll be happy to look into any issues you post on 
the github tracker. 

Thank you, and kind regards,

Roland 

Original comment by roland.bouman on 6 Aug 2014 at 9:35