Escaping of parameters in the URL path #968
david-dotorigin
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are generating code like this:
But if
fleetname
has a space theurl
will have a space too. It should be%20
- right?As it stands the calling code has to escape do any escaping on things that it knows will end up in a URL.
That can't be right.
Is this the problem that I think it is?
Are there plans to fix it?
David
Beta Was this translation helpful? Give feedback.
All reactions