How to POST JSON Data to Remote API Using Coldfusion CFHTTP
I'm sure that I'm completely botching this up but I got this far with the help of fellow Stack Overflow users, so thanks thus far. I need to POST JSON data to a remote API. Obviously I can't use jQuery due to SOP issues, and the remote API does not support JSONP. I also don't want to have to use any type of proxy as to get around the SOP limitations. Per the API docs ( http://myemma.com/api-docs/ ), this is the formatting of the data they expect (request and response data is transferred as JSON): POST https://api.e2ma.net//123/members/add { "fields": { "first_name": "myFirstName" }, "email":