cloud endpoints csrf protection

2019-09-11 14:58发布

问题:

I'd like to send an csrf protection token with every cloud endpoints request, but I don't want to have to specify this every time I call one of my services. How would I implement a sort of proxy, that inserts this token into any call my application makes?