CORS & SOP – Security acronyms explained
This article is part of a series on security acronyms every Django developer should know. In the good old times of web development, websites were pretty self-contained. You had an HTML page with a CSS stylesheet, some images, maybe a bit of Javascript, all served from the same server (e.g. example.com). Maybe your static files […]