1 Commits

Author SHA1 Message Date
Ryan Cooper
4583dd9b3c Add Python 3 CORS Server
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.
2017-08-16 09:06:28 -04:00