Re: https and POST method

2008-04-11 Thread Rob Williscroft
Lorenzo Stella wrote in news:7956f925-1037-49ea-a360-b58d627ffb20 @z24g2000prf.googlegroups.com in comp.lang.python: > Hi all, > I'm trying to write a simple script for sending sms via vyke... I have > to make a https > connection and pass some data with the POST method, like this perl > script do

https and POST method

2008-04-10 Thread Lorenzo Stella
Hi all, I'm trying to write a simple script for sending sms via vyke... I have to make a https connection and pass some data with the POST method, like this perl script does: http://www.nutella.org/vyke.sms.txt I tried to make the same, but it simply doesn't work! Any request gives a 200 OK resul