PreferGetMethod and encoding #1848
-
Hi, I'm using PreferGetMethod for a Get Query that includes a string with commas e.g. However, during the encoding process, this line of code replaces commas with whitespace and then encoded it with It makes our query become invalid and I am wondering whether it's worth to raise a issue to exclude comma in the regex. Since this PR only mentions whitespace. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I wonder if it'd be better to pass these in as EDIT: will be solved by #1851 |
Beta Was this translation helpful? Give feedback.
I wonder if it'd be better to pass these in as
variables
😅 all though it's a good point, maybe it's worth transitioning to thestripIgnoredCharacters
helper fromgraphql
or removing,
from there as it might generally lead to some unexpected scenario's.EDIT: will be solved by #1851