Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Handling 404 on non existing API resources at Org Level

Hello,

I have deployed a separate proxy (basepath '/') to handle non existing API resources.

I would like to know the consequences any If I continue to use this proxy to handle 404 at Org level.

Appreciated your inputs !

Solved Solved
0 3 250
1 ACCEPTED SOLUTION

Hi @Viswa

It is recommended to implement a proxy with basepath "/" to handle invalid requests and return a proper error. Only downside can be if you have a SaaS implementation of Edge with the contract based on number of API calls, then each call to this separate proxy will also add up to your API calls counter

View solution in original post

3 REPLIES 3