DEV Community

Discussion on: What is CORS (Cross-Origin Resource Sharing)?

Collapse
 
tngeene profile image
Ted Ngeene

Nice article...just to add to this, for django developers there's a cool package called django-cors-headers
One can install it by running pip install django-cors-headers
It has some great features like white listing certain IPs as well as blacklisting others. I cannot recommend it enough.