You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to utter...@googlegroups.com
Folks, I have written a general purpose HttpHandler that can check the authenticity of a request using HMAC. However, it includes the http method and url only in the inputs to the signature (along with the secret key of course). I am fearful there may be a way to exploit this that I am not aware of (by allowing the request headers to be changes), so I asked on stackoverflow, and am now cross posting here as this list is likely to really understand the issues (right? :) )