Hi,
We are using APIgee cloud and have user sensitive information passing through the URL. This is personally identifiable information and we don't want it to be logged anywhere.
I guess we can override the internal analytics field in the proxy, so that the masked information is logged. But this will add maintenance overhead.
Is there a better way to do this.
Example - Resource - user
Request - GET /user/1234/details
We want to prevent the user id i.e 1234 from being logged in analytics.
Thanks,
Jaskaran