How pass "/" value as path parameter?

Viewed 50

I have got an error with a path parameter.

My endpoint /api/francesco/{id} If i pass "abcd%2Fefgh" as id the result of postman call is: enter image description here

how can i solve it? Thank you.

I try to write the path parameter with the encoding

0 Answers
Related