Web Development
Cross Domain JSON Requests
Correctly configuring CORS for content-type: application/json

The use of dynamic requests to backend servers is prevalent in modern web applications. Despite its commonplace nature, there are some gotchas that trip up even experienced developers.
TL;DR
In order to…