Hi all!
I know that you can't do cross-domain ajax requests unless you use a 'proxy' one server.
However, if I did an ajax request from server1.example.com to server2.example, would that not work, even though it's on the same domain of example.com?
I'm pretty sure sites such as YouTube do ajax requests to different servers. such as a request from youtube.com to vs1022.youtube.com etc.
Any clarification on this would be superb. Thank you for your time.