AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DownloadToVar problem

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Cereal



Joined: 17 Mar 2007
Posts: 45
Location: San Antonio, TX

PostPosted: Tue Apr 14, 2009 5:12 am    Post subject: DownloadToVar problem Reply with quote

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
View user's profile Send private message AIM Address
Cereal



Joined: 17 Mar 2007
Posts: 45
Location: San Antonio, TX

PostPosted: Wed Apr 15, 2009 8:41 pm    Post subject: Reply with quote

anyone?
Back to top
View user's profile Send private message AIM Address
Sean



Joined: 12 Feb 2007
Posts: 2462

PostPosted: Wed Apr 15, 2009 11:31 pm    Post subject: Reply with quote

Read the documentation in MSDN:
http://msdn.microsoft.com/en-us/library/aa383979.aspx

I suppose you have to set the cookies through SetRequestHeader. You can obtain the response headers through GetAllResponseHeaders.
Back to top
View user's profile Send private message
Lexikos



Joined: 17 Oct 2006
Posts: 7295
Location: Australia

PostPosted: Thu Apr 16, 2009 7:44 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group