I am using Cloud Endpoints in Google App Engine with Java. I would like to know how can I intercept a request, add some attributes and pass it to the API calls.
I tried using filters, but they don't seems to work with Google Cloud Endpoints.
https://stackguides.com/questions/34653976/why-appengine-modifies-servlet-attributes-set-by-a-filter
Is there any other idea?