I am thinking of implementing Webhooks using Python..
I was wondering if anyone had pointers in ways to make HTTP POST
requests more secure in Python. Besides using SSL encryption, is there
anything else I can do?
I am trying to make all the body data in the POST message secure.
On Nov 6, 1:00 pm, Jeff Lindsay <progr...@gmail.com> wrote:
> What about the request are you trying to make secure? You can do an HMAC
> signature. Google does this and recently PubSubHubbub added it as an option.
>
> On Fri, Nov 6, 2009 at 9:59 AM, dhruvg <dhruv.g...@gmail.com> wrote:
>
> > I am thinking of implementing Webhooks using Python..
>
> > I was wondering if anyone had pointers in ways to make HTTP POST
> > requests more secure in Python. Besides using SSL encryption, is there
> > anything else I can do?
>
> --
> Jeff Lindsayhttp://webhooks.org-- Make the web more programmablehttp://shdh.org-- A party for hackers and thinkershttp://tigdb.com-- Discover indie gameshttp://progrium.com-- More interesting things
I meant untamperable. Thanks for the advice.
--
Dhruv R. Garg
Massachusetts Institute of Technology | Class of 2012
Department of Electrical Engineering & Computer Science
400 Memorial Drive | Cambridge, MA 02139
408-540-8040 | dhr...@mit.edu | www.dhruvgarg.com