03-17-2009, 06:11 PM
I tried
h.Post("/cgi-bin/login.pl" _s s 0 INTERNET_FLAG_KEEP_CONNECTION s4)
out s
out "----"
out s4
out "-----"
but
s4=
HTTP/1.1 200 OK
Date: Tue, 17 Mar 2009 18:08:29 GMT
Server: Apache/2.0.46 (Red Hat)
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=ISO-8859-1
any way to Connection: Keep-Alive ?
note: using
HTTP Debugging Proxy (external program).
Cookies / Login
Cookie
SESSION_ID=a2b099362464360d6d909b478edcdf4d
h.Post("/cgi-bin/login.pl" _s s 0 INTERNET_FLAG_KEEP_CONNECTION s4)
out s
out "----"
out s4
out "-----"
but
s4=
HTTP/1.1 200 OK
Date: Tue, 17 Mar 2009 18:08:29 GMT
Server: Apache/2.0.46 (Red Hat)
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=ISO-8859-1
any way to Connection: Keep-Alive ?
note: using
HTTP Debugging Proxy (external program).
Cookies / Login
Cookie
SESSION_ID=a2b099362464360d6d909b478edcdf4d
