TexifyQShout BPEncryptor bAjax Agotcha!

Archive for October 2009

Ajax: Cross-Domain

It is possible to implement cross-domain Ajax. Before making Ajax requests (cross domain), developers have to make sure they followed Same Origin Policy in first place. According to Wiki,

Same Origin Policy is an important security concept for a number of browser-side programming languages, such as JavaScript.

Therefore, Ajax requests are bound by these rules, as well. [...]