question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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)

Screenshot 2021-06-02 at 12 09 59 PM

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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
hss01248commented, Jun 11, 2021

add as networkInterceptor ,not as application interceptor

1reaction
mweststratecommented, Jun 25, 2021

We added automatic utf-8 guessing, so this should be fixed in the next release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found