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
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.
The text was updated successfully, but these errors were encountered:
mtrunkat
changed the title
Client should escape/validate URL parameters
Escape/validate URL parameters
Jan 31, 2019
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)
For example request to kv-store with invalid record key -
/v2/key-value-stores/FqL6uryckkkdaXEmr/records/•
causes an errorTypeError: Request path contains unescaped characters
.The text was updated successfully, but these errors were encountered: