http icon indicating copy to clipboard operation
http copied to clipboard

Support "raw" request data for iOS & Android

Open millerg6711 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. I'm not able to send raw data such as content type application/octet-stream or image/jpeg.

Describe the solution you'd like I would like to send data as is, without any processing. The data must be an Uint8Array or an ArrayBuffer.

Describe alternatives you've considered Cordova Advanced HTTP Plugin is currently supporting this using "raw" type as the data serializer. https://github.com/silkimen/cordova-plugin-advanced-http#setdataserializer

Additional context Needs implementation for ios and android.

millerg6711 avatar Feb 15 '22 04:02 millerg6711