cors_server.py works with Python 2.x, but changes in print, SimpleHTTPServer, and SocketServer mean it doesn't work with Python 3. This Python 3 version of the CORS server script seeks to address those issues.