We have an API Proxy with wildcard character in the basepath.
We get a successful call when we make the request with the following URL
[https://<hostalias>/qa/mpi/search](https://<hostalias>/qa/mpi/search)
However, when we make the call with the following URL
[https://<hostalias>/dev/mpi/search](https://<hostalias>/dev/mpi/search)
we get a 404 response with the following error message:
{ "fault": { "faultstring": "Unable to identify proxy for host: secure and url: /dev/mpi/search", "detail": { "errorcode": "messaging.adaptors.http.flow.ApplicationNotFound" } }
Can you help us understand why are we seeing this inconsistent behaviour ?