[Wifidog] incorporate_libhttpd branch merged

Tony Bussieres tonyicemanz at yahoo.ca
Wed Mar 17 15:42:23 EST 2004


Oups, I sent the email with my job email :P

here it is :
------
Subject: auth in python?
From: Tony Bussieres <tony.bussieres at fbn.ca>
To: Wifidog at isf.waglo.com
Content-Type: text/plain

Hello all,

I don't want to get into a Perl vs. Python war, but we
could also use
python for the auth server.

It depends of the  perl/python ressources availiable
in ISF. I think
that you guys are more into Perl? I'm allright with
that.  

See you tonight! 

Just as an example, here's a simple program that send
a GET request to a
https server using python :

#!/usr/bin/python
import httplib
#put here your favorite https web server
HOSTNAME = '142.225.38.8'
conn = httplib.HTTPSConnection(HOSTNAME)
conn.putrequest('GET', '/')
conn.endheaders()
response = conn.getresponse()
print response.read()


-- 
Tony Bussieres
Groupe Architecture
AMS - Applications Management Services
IBM Global Services
514-879-2372
tonyb at ca.ibm.com
tony.bussieres at fbn.ca

__________________________________________________________
Lèche-vitrine ou lèche-écran ?
magasinage.yahoo.ca

_______________________________________________
Wifidog mailing list
Wifidog at isf.waglo.com
http://isf.waglo.com/mailman/listinfo/wifidog_isf.waglo.com



More information about the Wifidog mailing list