I want to make JavaScript cross domain request to 3rd party server. I\'ve read about easyXDM but still can\'t finally figure out how does it work. I tried their example in C
Unless the third-party server you are communicating specifically supports EasyXDM, it is not appropriate. EasyXDM requires that both sides be using it; it cannot be used to communicate with a service that isn't using it.