Thu Apr 09 2015
Now that almost all APIs require CORS to be setup, and with the intricacies of how people design their API infrastructure leading to the use of HTTP proxies like nginx there are now a few reasons to move handling of your CORS rules out to the HTTP Proxy.
Thu Mar 26 2015
Building JSON APIs that return HTML error pages from nginx suck. Do something about it and fix it.