Need a workaround for cross domain ajax post in IE7
问题 So IE7 does not support CORS (cross origin resource sharing). However, due to nature of my app, I have to make a cross domain ajax post. Is there some way to get this to work in IE7? Unfortunately, I cannot use a server side proxy for security reasons. Perhaps using an iFrame? I forgot to mention, but I control the other server also. 回答1: The Easy XDM library was developed to solve the cross origin problem : easyXDM is a Javascript library that enables you as a developer to easily work around