what is 'CORS' and why do we need it in code?
Sigiloso
Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served.