SPShardul Pathakinshapa.hashnode.dev·Nov 3, 2020 · 2 min readUnderstanding CORSSimply CORS is fetching resources from other application having different origin than the client-side. Applying a CORS restriction is a security feature defined by a server and implemented by a browser. How to know we are making a cross-origin-requ...00