Why doesn’t a simple HTTP request to display a remote web page violate the same-origin policy?

On a W3Schools page, I found that HTTP requests work like this:

A client (a browser) sends an HTTP request to the web
A web server receives the request, and runs an application to process it
The server returns an HTTP response (output) to… Continue reading Why doesn’t a simple HTTP request to display a remote web page violate the same-origin policy?