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

Spaces in a query parameter are not taken into account #8091

Open
1 task done
amanfromfrance opened this issue Oct 17, 2024 · 1 comment
Open
1 task done

Spaces in a query parameter are not taken into account #8091

amanfromfrance opened this issue Oct 17, 2024 · 1 comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@amanfromfrance
Copy link

Expected Behavior

When typing a string that contains spaces as the value of a query parameter, it is expected that the string is exactly what has been typed in.

For example, if the query parameter is used to pass a geographical address to the API method and I type the following address:

Rue de la Rigourdière, 35510 Cesson-Sévigné

Then it is expected that the value of the query parameter is this address:

image

Actual Behavior

However it is not the current behaviour: spaces are not taken into account and the query parameter value looks like the print screen below after typing all the characters on the keyboard:

image

One has to either go back/up into the string using the mouse pointer and/or using the backspace key multiple times in order to make Insomnia accept one single space. Which is pretty annoying.

This behaviour appeared recently but could be observed at least in the previous release.

Reproduction Steps

  1. Add a query parameter
  2. Type a string that contains spaces
  3. Confirm that all spaces are missing from the string

Is there an existing issue for this?

Additional Information

Insomnia Help information:

  • Version: Insomnia 10.1.0
  • Build date: 16/10/2024
  • OS: Windows_NT x64 10.0.19045
  • Electron: 31.4.0
  • Node: 20.16.0
  • Node ABI: 125
  • V8: 12.6.228.30-electron.0
  • Architecture: x64

Windows System information:

  • Edition: Windows 10 Entreprise
  • Version: 22H2
  • Installed: ‎05/‎05/‎2022
  • Build: 19045.4894
  • Windows Feature Experience Pack 1000.19060.1000.0

Insomnia Version

10.1.0

What operating system are you using?

Windows

Operating System Version

Windows_NT x64 10.0.19045

Installation method

Download from insomnia.rest

Last Known Working Insomnia version

No response

@amanfromfrance amanfromfrance added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Oct 17, 2024
@Shahriar-Sazid
Copy link

I'm facing the same issue after update. This is a serious bug which is hampering much. Please fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

2 participants