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
And try it via the editor's WUI with a key containg a slash, e.g. "foo/bar" then it is sent as is resulting in GET http://127.0.0.1:8889/v1/config/foo/bar
while the parameter should be escaped resulting in GET http://127.0.0.1:8889/v1/config/foo%2Fbar
The text was updated successfully, but these errors were encountered:
kPshi
changed the title
Path parameter containing a slash should get escaped
Path parameter should get escaped
Apr 6, 2017
When defining a path parameter like
And try it via the editor's WUI with a key containg a slash, e.g. "foo/bar" then it is sent as is resulting in
GET http://127.0.0.1:8889/v1/config/foo/bar
while the parameter should be escaped resulting in
GET http://127.0.0.1:8889/v1/config/foo%2Fbar
The text was updated successfully, but these errors were encountered: