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

[bug]: Pasting a long base64 string will freeze the interface #4041

Open
1 task done
4285f4 opened this issue May 7, 2024 · 0 comments
Open
1 task done

[bug]: Pasting a long base64 string will freeze the interface #4041

4285f4 opened this issue May 7, 2024 · 0 comments
Labels
bug Something isn't working need testing Needs to be tested before merging onto production

Comments

@4285f4
Copy link

4285f4 commented May 7, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I paste a long base64 string into a request body or query parameter of a specific content type, the program interface freezes and does not respond to any of my operation.

Steps to reproduce

  1. Create an arbitrary request
  2. Paste the base64 string at the end of the text in the Query Parameters, or in the Request Body of ContentType = application/x-www-urlencoded
  3. The interface freezes and does not respond to any operation

The base64 string for the test is in the following text file:
base64.txt

Environment

Production

Version

Local

@4285f4 4285f4 added bug Something isn't working need testing Needs to be tested before merging onto production labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need testing Needs to be tested before merging onto production
Projects
None yet
Development

No branches or pull requests

1 participant