You certainly get do body.asString() for an binary file type. use body.asArrayBuffer() instead. This will keep the content in its original binary form and keep from corrupting it.
↧
You certainly get do body.asString() for an binary file type. use body.asArrayBuffer() instead. This will keep the content in its original binary form and keep from corrupting it.