Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE 's XDomainRequest is not compatible with XHR #3112

Closed
anonymous-matomo-user opened this issue Apr 18, 2012 · 7 comments
Closed

IE 's XDomainRequest is not compatible with XHR #3112

anonymous-matomo-user opened this issue Apr 18, 2012 · 7 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

Error with Internet Explorer stats not being captured in Piwik 1.7. I followed the instructions at [http://piwik.org/faq/troubleshooting/#faq_100] to set the information request from GET to POST. All browsers except IE record a POST request, however IE shows a GET request, causing a 404 error. Have tested this through IE9 and emulated through IE7 & 8 via dev tools with the same results.

@robocoder
Copy link
Contributor

(In [6210]) fixes #3112 - drop support for XDomainRequest; Microsoft's implementation is broken

see http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx

@robocoder
Copy link
Contributor

(In [6211]) refs #3112 - update jslint

@anonymous-matomo-user
Copy link
Author

Where can I download these revisions?

@robocoder
Copy link
Contributor

@robocoder
Copy link
Contributor

refs #2321

@anonymous-matomo-user
Copy link
Author

Can confirm that change has fixed this error. IE now accessing piwik.php via POST.

@robocoder
Copy link
Contributor

(In [6214]) refs #3112, refs #2321 - XMLHttpRequest Level 2 spec (draft) supports CORS; clean up comments

  • Safari 4+
  • Firefox 3.5+
  • Chrome 2+
  • IE10
  • Opera 12 (CORS support enabled in Presto/2.10.232)

So, we won't restore support for IE's broken XDomainRequest, ever. (Tracker.php already implements the CORS response header.)

@anonymous-matomo-user anonymous-matomo-user added this to the 1.12.x - Piwik 1.12.x milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants