You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multigraph's ability to fetch web service data, or csv data, from a non-same-origin server is currently broken in Internet Explorer (9 and older? not sure about IE 10). This is almost certainly due to the fact that the JQuery.ajax function does not correctly support CORS requests in IE, because (an oversimplified view) IE's handling of CORS is screwed up.
for more information. There is a JQuery plugin available that helps with the situation; see the above posts for details, and figure out how to incorporate that plugin into Multigraph, if possible.
The text was updated successfully, but these errors were encountered:
Multigraph's ability to fetch web service data, or csv data, from a non-same-origin server is currently broken in Internet Explorer (9 and older? not sure about IE 10). This is almost certainly due to the fact that the JQuery.ajax function does not correctly support CORS requests in IE, because (an oversimplified view) IE's handling of CORS is screwed up.
See
for more information. There is a JQuery plugin available that helps with the situation; see the above posts for details, and figure out how to incorporate that plugin into Multigraph, if possible.
The text was updated successfully, but these errors were encountered: