-
Notifications
You must be signed in to change notification settings - Fork 269
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
Failed to parse absolute url error #173
Comments
I fixed a couple of certificate errors. This magically fixed my xdomain integration. Maby |
Interesting bug, maybe it failed to convert a protocoless scheme to httpa Good ol IE :)
|
My team needs a fix for that, can we give you a helpful hand? Please suggest where to start? |
Still occurring after you've fixed your certificates?
|
I fixed the certificates but some AJAX requests to local based services / relative urls cause a crash of the Javascript by xdomain because of the parse error. |
it shouldn't be crashing, it should just log a message https://github.com/jpillora/xdomain/blob/gh-pages/dist/xdomain.js#L1044-L1054 and it shouldn't even appear unless you have debug mode on https://github.com/jpillora/xdomain/blob/gh-pages/dist/xdomain.js#L1009 parseUrl should fail on relative URLs as relative URLs are same domain and On Sat, Oct 24, 2015 at 10:44 PM Henry Ruhs notifications@github.com
|
Failed to parse relative url to files
data/test.json
with version 0.7.3.Here comes some debug code from the IE9 console:
The text was updated successfully, but these errors were encountered: