Is it true that cross-domain ajax requests require a 'proxy' server to be used?
But what if an ajax request is made from server1.example.com to server2.example within the same domain of example.com? Would that still not work?
I've noticed websites like YouTube making ajax requests to different servers, for example youtube.com to vs1022.youtube.com. How does this work?
If anyone can provide some clarification on this topic, I would greatly appreciate it. Thank you for your time.