Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't select/copy body of HTTP request #6176

Closed
OSA413 opened this issue Aug 10, 2023 · 6 comments
Closed

Can't select/copy body of HTTP request #6176

OSA413 opened this issue Aug 10, 2023 · 6 comments

Comments

@OSA413
Copy link

OSA413 commented Aug 10, 2023

Can neither select nor copy the body of HTTP POST request from the Network tab.


DevTools version: 2.20.1
Connected Device:
CPU / OS: x64 (64 bit) android
Dart Version: 2.19.1
Flutter Version: 3.7.1 / stable
Framework / Engine: 7048ed95a5 / 800594f1f4
Connected app type: Flutter native (debug build)

@udit6023
Copy link

Ensure that the Content-Type header of the HTTP response is set to an appropriate value, such as "application/json". This will help the debugging tools recognize and display the response body properly.

@CoderDake
Copy link
Contributor

@OSA413 DevTools 2.23.0 has a lot of network fixes.
These changes are now in flutter stable so you should be able to run flutter upgrade which I believe will upgrade your flutter to the head of stable.

Feel free to re-open this if you continue to have issues with DevTools >= 2.23.0

@OSA413
Copy link
Author

OSA413 commented Aug 28, 2023

Still experiencing the issue, the copy button doesn't seem to work.


DevTools version: 2.23.1
Connected Device:
CPU / OS: x64 (64 bit) android
Dart Version: 3.0.6
Flutter Version: 3.10.6 / stable
Framework / Engine: f468f3366c / cdbeda788a
Connected app type: Flutter native (debug build)

@OSA413
Copy link
Author

OSA413 commented Aug 28, 2023

Please, reopen the issue, I can't do this

@OSA413
Copy link
Author

OSA413 commented Aug 29, 2023

@CoderDake

@CoderDake
Copy link
Contributor

@OSA413 there seems to be a larger issue with copy that is being tracked here:#5775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants