问题
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?
来源:https://stackoverflow.com/questions/16688489/cloud-endpoints-csrf-protection