easyxdm.net
Blog | easyXDM
http://easyxdm.net/wp/category/blog
Cross-Domain Messaging made easy. V2413 – new security release. May 2nd, 2011 by oyvind.kinsey. V2413 has just been released which removes some vulnerabilities discovered that could be used for an XSS-attack. This release, and specifically the new FlashTransport has now been audited by a member of the Google Security-team, and we are quite confident in its level of security. So, update as soon as possible. Announcement group A new group, easxdm-announce, has now been created that will be . Yet another bu...
easyxdm.net
Features | easyXDM
http://easyxdm.net/wp/category/features
Cross-Domain Messaging made easy. March 23rd, 2010 by oyvind.kinsey. One of the goals of easyXDM is to support all browsers that are in common use, and to provide the same features for all. One of the strategies for reaching this is to follow defined standards, plus using feature detection to assure the use of the most efficient one. Non-standard methods may also be used where appropriate. The two primary techniques used are window.postMessage window.postMessage is . Did easyXDM saved you time? Re: Is th...
easyxdm.net
Examples/How-to’s | easyXDM
http://easyxdm.net/wp/category/examples
Cross-Domain Messaging made easy. Uploading files cross-domain, ajax-style. July 22nd, 2010 by oyvind.kinsey. Uploading files the ‘ajax’-style is something that has been easy to do, as it’s really as easy as targeting a hidden iframe and returning the windows content after load. But when doing these uploads cross-domain, how are you then to get back the response? Well, once again, easyXDM comes to the rescue (more…). Creating a bookmarklet with easyXDM. March 27th, 2010 by oyvind.kinsey. While some appli...
easyxdm.net
About | easyXDM
http://easyxdm.net/wp/about
Cross-Domain Messaging made easy. EasyXDM is a Javascript library developed by me, Øyvind Sean Kinsey. It is covered by the MIT license. And hosted at GitHub. If you do decide to use the library for a larger project, then I would appreciate it if you let me know. Just drop me an email at oyvind at kinsey.no, or send a pm to @okinsey. Download v2.4.20 (03/23/16) from GitHub. Did easyXDM saved you time? Show your support for the project! Commercial users are encouraged to donate! June 23, 2016. Is there an...
easyxdm.net
Microsoft Security Bulletin MS11-018 | easyXDM
http://easyxdm.net/wp/2011/04/13/microsoft-security-bulletin-ms11-018
Cross-Domain Messaging made easy. Microsoft Security Bulletin MS11-018. April 13, 2011 by: oyvind.kinsey. Microsoft will today (2011-04-12) start to push out cumulative update. That affects amongst others Internet Explorer 6 and Internet Explorer 7. For these two browsers easyXDM provides a transport called NixTransport. Which was derived from the work done on the Apache Shindig project, and this transport works by exploiting one of the security holes closed with this security update. You MUST only refer...
easyxdm.net
Getting started | easyXDM
http://easyxdm.net/wp/category/getting-started
Cross-Domain Messaging made easy. Adding easyXDM to your project, including debugging tools. March 17th, 2010 by admin. To be able to use easyXDM in you project, either as a provider, consumer or both, there are a few things that you need to do. (more…). Setting up your first Socket. March 17th, 2010 by oyvind.kinsey. Download v2.4.20 (03/23/16) from GitHub. Did easyXDM saved you time? Show your support for the project! Commercial users are encouraged to donate! Found a bug, or have feedback? Re: Is ther...
easyxdm.net
v2.4.13 – new security release | easyXDM
http://easyxdm.net/wp/2011/05/02/v2-4-13-new-security-release
Cross-Domain Messaging made easy. V2413 – new security release. May 2, 2011 by: oyvind.kinsey. V2413 has just been released which removes some vulnerabilities discovered that could be used for an XSS-attack. This release, and specifically the new FlashTransport has now been audited by a member of the Google Security-team, and we are quite confident in its level of security. As soon as possible. A new group, easxdm-announce. Thanks for the fast update about MS security patch! Any hint for me? You can much...
easyxdm.net
FAQ | easyXDM
http://easyxdm.net/wp/frequently-asked-questions
Cross-Domain Messaging made easy. Why do I get the error ‘url is undefined or empty’ when navigating the provider? Due to security measures in place (this is for your own, and your users protection) the provider can not be navigated without severing the connection, and this cannot be re-established. If you require the need to navigate the content displayed in the iframe then you should use a nested approach. When I set cookies in my provider, why are they not persisted? In IE `typeof fn` where fn is a Fu...
easyxdm.net
v2.4.4 – New feature and bug-fix release | easyXDM
http://easyxdm.net/wp/2010/08/02/v2-4-4-new-feature-and-bug-fix-release
Cross-Domain Messaging made easy. V244 – New feature and bug-fix release. August 2, 2010 by: oyvind.kinsey. Fixed http:/ github.com/oyvindkinsey/easyXDM/issues/issue/23. Implemented return of ajax error messages: http:/ github.com/oyvindkinsey/easyXDM/issues/issue/24. Implemented lazy initialization: http:/ github.com/oyvindkinsey/easyXDM/issues/issue/25. Implemented DOMContentReady detection: http:/ github.com/oyvindkinsey/easyXDM/issues/issue/26. Tags: v2.4.4 release. But don’t take my word for i...