Knowledge Base
Add CORS support to your server
Would you like to add support for CORS to your Apache, Nginx or any other web server? Well so did I at one point. CORS is short for Cross-origin resource sharing by the way. After reading up on CORS a bit, I was left rather confused on how to accomplish this myself, but luckily I soon found this website that makes it really easy. You'll have it running in a matter of minutes. Good luck!