| View previous topic :: View next topic |
| Author |
Message |
Cereal
Joined: 17 Mar 2007 Posts: 45 Location: San Antonio, TX
|
Posted: Tue Apr 14, 2009 5:12 am Post subject: DownloadToVar problem |
|
|
| okay, so it was suggest to me to use dtv to get the html of a page so i can regex it for some informaiton, but the problem now is, its not getting the page i need, first i login to the website, then i want to dl the html, but downloadtovar ignores the cookies and inacts a new sessions independent of my COM object, any way around this? |
|
| Back to top |
|
 |
Cereal
Joined: 17 Mar 2007 Posts: 45 Location: San Antonio, TX
|
Posted: Wed Apr 15, 2009 8:41 pm Post subject: |
|
|
| anyone? |
|
| Back to top |
|
 |
Sean
Joined: 12 Feb 2007 Posts: 2462
|
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 7295 Location: Australia
|
Posted: Thu Apr 16, 2009 7:44 am Post subject: |
|
|
| It's even simpler than you think - if you use a single WinHttpRequest object for multiple requests, it persists cookies automatically between requests. |
|
| Back to top |
|
 |
|