Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Support "raw" request data for iOS & Android #233

Open
millerg6711 opened this issue Feb 15, 2022 · 0 comments · May be fixed by #238
Open

Support "raw" request data for iOS & Android #233

millerg6711 opened this issue Feb 15, 2022 · 0 comments · May be fixed by #238

Comments

@millerg6711
Copy link

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 millerg6711 changed the title Support "raw" request data Support "raw" request data for iOS & Android Feb 15, 2022
@millerg6711 millerg6711 linked a pull request Feb 20, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant