I have this situation where I need to override the mime type of a request where
adding
request.overrideMimeType("text/plain; charset=x-user-defined");[/code:1cyph9hy]
to a modified version of the ajax plugin works fine for me.
Could I request an action to do this so I don't need to maintain a serpate plugin