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

XDomainRequest used when not necessary in IE9 #1764

Closed
dmlap opened this issue Dec 22, 2014 · 1 comment
Closed

XDomainRequest used when not necessary in IE9 #1764

dmlap opened this issue Dec 22, 2014 · 1 comment

Comments

@dmlap
Copy link
Member

dmlap commented Dec 22, 2014

IE9 appends :80 to the host property of an anchor element and this causes the cross-domain request check in vjs.xhr to use an XDomainRequest instead of a vanilla XHR, which doesn't succeed. I put together a demo project that makes it easier to see the discrepancy.

dmlap added a commit to dmlap/video.js that referenced this issue Dec 22, 2014
IE9 appends the port number to the host property of anchor tags on http pages. Strip the port for http and https so that it behaves like everyone else.
@heff
Copy link
Member

heff commented Dec 23, 2014

Fixed by #1765

@heff heff closed this as completed Dec 23, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants