Understanding The Web Security Model, Part IV: Cross-Origin Resource Sharing (CORS)

from blog Educated Guesswork, | ↗ original
This is part IV of my series on the Web security model (parts I, II, outtake, III). In this post, I cover cross-origin resource sharing (CORS), a mechanism for reading data from a different site. As discussed in part III, the Web security model allows sites to import content from another site but generally isolates that content from the importing...