Let's I want to access data from my local site to www.google.com. It faces CORS restriction. Like the following picture
Does it mean that browser deny the user sending the request to Google's server or Google's server deny to response any feedback to the user? CORS restriction restricts JavaScript to fetching the data, so I am a little bit confused.