Re: HTTPS post with httpdlx (General questions)
Http1.Secure = 2
Http1.Compression = True
Http1.Blocking = True
Http1.HTTPversion = HTTP/1.1
Http1.Request.Headers.Add User-Agent , UserAgent
Http1.Request.Headers.Add Accept , text/html
Http1.Request.Headers.Add Accept-Language , en-us,en;q=0.5
Http1.Request.Headers.Add Accept-Charset , ISO-8859-1,utf-8;q=0.7,*;q=0.7
Http1.Request.Headers.Add Keep-Alive , 300
Http1.Request.Headers.Add Connection , Keep-Alive
Dim j
For j = 0 To Http1.Response.Cookies.Count - 1
Http1.Request.Cookies.Add Http1.Response.Cookies(j).name, Http1.Response.Cookies(j).Value
Next
Http1.Request.FormPost.Add FirstName , FIRSTNAME
Http1.Request.FormPost.Add LastName , LASTNAME
Http1.Request.FormPost.Add Email , EMAIL
Http1.HostName = www.mysite.com
Http1.Post /myvar.php
hope you can help!
i want to post to https://www.mysite.com/myvar.php
Complete thread:
- HTTPS post with httpdlx - srj, 2009-02-12, 18:02
- Re: HTTPS post with httpdlx - woddrazen, 2009-02-12, 18:41
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 03:02
- Re: HTTPS post with httpdlx - woddrazen, 2009-02-13, 09:02
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 13:28
- Re: HTTPS post with httpdlx - woddrazen, 2009-02-13, 14:12
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 17:52
- Re: HTTPS post with httpdlx - wodDamir, 2009-02-13, 18:00
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 18:02
- Re: HTTPS post with httpdlx - wodDamir, 2009-02-13, 18:04
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 18:08
- Re: HTTPS post with httpdlx - wodDamir, 2009-02-13, 18:04
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 18:02
- Re: HTTPS post with httpdlx - wodDamir, 2009-02-13, 18:00
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 17:52
- Re: HTTPS post with httpdlx - woddrazen, 2009-02-13, 14:12
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 13:28
- Re: HTTPS post with httpdlx - woddrazen, 2009-02-13, 09:02
- Re: HTTPS post with httpdlx - srj, 2009-02-13, 03:02
- Re: HTTPS post with httpdlx - woddrazen, 2009-02-12, 18:41