backbone.service icon indicating copy to clipboard operation
backbone.service copied to clipboard

Form data not send as JSON

Open diegocasmo opened this issue 8 years ago • 0 comments

I installed this plugin and the data I was posting wasn't correctly being formatted as JSON. On my console, its type appeared as [object Object]:. To fix it, I added emulateJSON: true to #createOptions return value.

diegocasmo avatar Jul 19 '15 00:07 diegocasmo