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: 
how can i solve it? Thank you.
I try to write the path parameter with the encoding
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: 
how can i solve it? Thank you.
I try to write the path parameter with the encoding