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

Escape/validate URL parameters #96

Open
mtrunkat opened this issue Jan 31, 2019 · 1 comment
Open

Escape/validate URL parameters #96

mtrunkat opened this issue Jan 31, 2019 · 1 comment
Labels
enhancement New feature or request. medium priority Medium priority issues to be done in a couple of sprints.

Comments

@mtrunkat
Copy link
Member

mtrunkat commented Jan 31, 2019

For example request to kv-store with invalid record key - /v2/key-value-stores/FqL6uryckkkdaXEmr/records/• causes an error TypeError: Request path contains unescaped characters.

@mtrunkat mtrunkat changed the title Client should escape/validate URL parameters Escape/validate URL parameters Jan 31, 2019
@mnmkng
Copy link
Member

mnmkng commented Apr 17, 2021

Still relevant in client v1

 TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters
      at new NodeError (node:internal/errors:329:5)
      at new ClientRequest (node:_http_client:164:13)
      at Object.request (node:https:333:10)

@mtrunkat mtrunkat added enhancement New feature or request. medium priority Medium priority issues to be done in a couple of sprints. labels May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. medium priority Medium priority issues to be done in a couple of sprints.
Projects
None yet
Development

No branches or pull requests

2 participants