You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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
Add a query parameter
Type a string that contains spaces
Confirm that all spaces are missing from the string
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:
Then it is expected that the value of the query parameter is this address:
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:
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
Is there an existing issue for this?
Additional Information
Insomnia Help information:
Windows System information:
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
The text was updated successfully, but these errors were encountered: