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! Go to 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