Hi, I'm trying to make a call to API V2 via the browser. Here in the spec you wrote
> - Set the Content-Type to "text/plain; charset=dropbox-cors-hack" instead of "application/json" or "application/octet-stream".
I tried doing this. It works on Chrome, but it somehow does not work on safari and Firefox.
In both firefox and safari, the browser seems to overwrite the supplied charset, and uses `UTF-8` for the XHR instead.
This truly made me sad T_T. Are you guys familiar with this situation?
Thanks!