Re: GET packet is dropping off the get url - WeOnlyDo Discussion board

Re: GET packet is dropping off the get url (General questions)

by irdanoob, Sunday, January 30, 2011, 16:08 (4825 days ago) @ woddrazen

Hi,


Can you maybe double check your code? If I try this it worked for me without any problem.
[code]Dim http1 As New wodHttpDLXCom
Dim Auth As String

Auth = drazen

http1.Blocking = True
http1.DebugFile = c:debug.txt
http1.URL = http://youtube.com/signin?action_handle_signin=true&nomobiletemp=1&hl=en_US&next=/&auth= & Auth
http1.Get

Debug.Print http1.Response.Body[/code]
Here is what I received in debug file:
-------------------------------------------------------------------------------
** Connecting to youtube.com on port 80
** Requesting URL http://youtube.com/signin?action_handle_signin=true&nomobiletemp=1&hl=en_US&next=/&auth=drazen
GET /signin?action_handle_signin=true&nomobiletemp=1&hl=en_US&next=/&auth=drazen HTTP/1.0
Host: youtube.com

HTTP/1.0 301 Moved Permanently
Date: Sun, 30 Jan 2011 11:15:29 GMT
Server: Apache
Location: http://www.youtube.com/signin?action_handle_signin=true&nomobiletemp=1&hl=en_US&next=/&auth=drazen
Content-Length: 387
Content-Type: text/html; charset=iso-8859-1
-------------------------------------------------------------------------------

as you can see Auth value (drazen) was sent.


Regards,
Drazen


I have double checked it, if I could send you the project because there is ALOT more code in the ocx..


Complete thread: