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.
server1.example.com
and server2.example.com
considered as cross domain for AJAX request.
You would need to set the header Access-Control-Allow-Origin: *
at server side.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With