Hey guys, we had an issue here.
We have a proxy:
[http://myorg-myenv.apigee.net/login](http://myorg-myenv.apigee.net/login)
And a basepath:
/auth/v1
The proxy has a DefaultFaultRule attached with a SF that handles the error to a custom response format.
But what happens when someone tries to access:
/auth
instead of:
/auth/v1
The DefaultFaultRule doesn’t execute, because we have a different basepath. I think it considers it as an other proxy, so it returns an Apigee default error response.
Is there any solution to return a global fault rule solution, when we don’t have an available proxy, or in my case, the basepath issue, for example?