[Fault Handling] Global Fault handling

Hey guys, we had an issue here.

We have a proxy:

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?

0 1 76
1 REPLY 1

Not applicable

No, there is no global fault handling for handling the error when the proxy is not available.

I would suggest to set this error at load balancer level infront of Apigee.