thankful-kangaroo-7634
09/21/2022, 1:13 PMabc/xyz/test123
. I've checked it in hydra database that client is created with this same client-id value.
But now I'm trying to fetch this client using this API https://www.ory.sh/clients/{id} by making a request through postman with this curl
curl --location --request GET '<https://www.ory.sh/clients/abc%2Fxyz%2Ftest123>'
where I'm replacing the forward slash with encoded string %2F
but I'm getting this as response from hydra
{
"error": "Error 404 - The requested route does not exist. Make sure you are using the right path, domain, and port."
}
Also getting the same response even if I do not change forward slash with encoded string
Is this the correct way to fetch client details , where client-id contains forward slash ?
Or is there any other way to fetch client details using client-id ?able-glass-7253
09/21/2022, 3:42 PMthankful-kangaroo-7634
09/21/2022, 4:04 PMable-glass-7253
09/21/2022, 4:18 PM<http://www.ory.sh|www.ory.sh>
as the domain name?thankful-kangaroo-7634
09/22/2022, 2:26 AM/clients/abc%2Fxyz%2Ftest123
. However , when i use subpath /clients
, I get the whole list of clients . So , server is running but I cannot fetch this client id which contains forward slash .thankful-kangaroo-7634
09/23/2022, 3:15 PMable-glass-7253
09/23/2022, 4:35 PM