DEV Community

Discussion on: Web security knowledge you must understand it (Part I: HTTPS, TLS, SSL, CORS, CSP)

Collapse
 
tejaswipandava profile image
tejaswipandava

CORS is pretty important. one instance, we developed a web API, and a client both worked well in local but when moved to stagging env the app was not working reason CORS.

With the modern web, it really became a staple to consume resources from different origins, and understanding why the same-origin policy was introduced makes more sense

Some comments have been hidden by the post's author - find out more