Skip to content

Commit

Permalink
readme: Add note about % in path
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
  • Loading branch information
smallhive committed Apr 11, 2024
1 parent 41f9033 commit 2c099e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ You can see swagger specification using the following url

* http://localhost:8090/v1/docs

## Known issues

Using `%` in path parameters leads to error. For instance, getting object by attribute:
* /v1/get_by_attribute/A9pnctophx5PFt4eUd8d2aa6otjgnQZNzyvt3HCeygFD/cat%25jpeg/cat%25jpeg

> cat%25jpeg - already URL escaped string, original value is cat%jpeg.
Also, when you run rest-gw, you will see a line similar to:
```shell
...
Expand Down

0 comments on commit 2c099e4

Please sign in to comment.