Adding CORS Support to a Tornado BaseHandler
Quick How To
This is a short reference to modify a custom Tornado BaseHandler to support Cross-Origin Resource Sharing (CORS) so that your REST API can be used from other domains with out raising browser errors. Here is the code on how to accomplish ...
failing2build.hashnode.dev1 min read