XMLHttpRequest Same Domain Stupidity
When using XMLHttpRequest
, there's an annoying restriction saying that you may only request data from the original domain the page came from.
This causes problems when you need to, for whatever reason, access data from another domain. With web mashups becoming more and more common, this is becoming a large problem.