Request Body shows binary data for POST network calls
See original GitHub issue🐛 Bug Report
All the Request Body in POST
request shows as (binary data)

The similar request when rolled back to Flipper Desktop versionv0.87.0
shows all the data correctly.
To Reproduce
Open any post
request and look for Request Body field
Environment
Android Version - 0.91.2 Android OS Version - 11 Flipper Desktop version- 0.91.2 Desktop OS -mac OS 11.4
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Making POST request to a RESTful API with binary body using ...
I managed to make a POST request with binary body data using HTTP Request. In order to do it I added an entry...
Read more >Sending and Receiving Binary Data - Web APIs | MDN
The response property will contain the entity body according to responseType, as an ArrayBuffer, Blob, Document, JSON, or string.
Read more >Any idea how to add the binary data to the body of the request?
I'm uploading images to an S3 bucket using an API Gateway. The URL generated works fine with binary data in Postman.
Read more >Multipart Requests - Swagger
Multipart requests combine one or more sets of data into a single body, separated by boundaries. You typically use these requests for file...
Read more >Working with binary media types for REST APIs
In API Gateway, the API request and response have a text or binary payload. A text payload is a UTF-8 -encoded JSON string....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
add as networkInterceptor ,not as application interceptor
We added automatic utf-8 guessing, so this should be fixed in the next release.