|
|
|
|
|
by bad_user
5181 days ago
|
|
... cross-domain XHR
That's not a problem because Firefox has support for CORS, which is better than doing Flash because it's faster.Of course, the server must cooperate with the browser by passing back allowance headers, but that's also true for Flash, as you need the server to have a crossdomain policy file for that. Last year I wrote an article about it on my blog about how to configure it, check it out: http://bionicspirit.com/blog/2011/03/24/cross-domain-request... |
|
That's nice for a new site being developed right now, it's problematic for a site which has been stable in production for months or years and for which everybody involved in the development has moved on already.