CORS is a double system checking?
问题 Reading about CORS(https://spring.io/understanding/CORS) I have got the next doubts: I thought in CORS the requests were blocked in the client but not in the server but its not true. CORS is a double checked security, both in client and in server, right? How is this checked in server? Not allowing cross domain requests is used because I dont want to get requests from outside my web application for security reasons.... right? What about if I am not a browser and I dont implement any security