Ty TheEndless.
the issue is that i dont know how to get the head() from the post request i perform ( i use postfromstring and the only thing i get back is a int)
if i perform a head() after the post im guessing the state has already been lost. (because im not getting the expected headers. im only getting them as if i just did a get on a regualr page)
thanks in advance.
ir = CreateObject("roUrlTransfer")
irport = CreateObject("roMessagePort")
ir.SetPort(irport)
ir.SetUrl("http://www.wupload.com/account/login")
ir.PostFromString("email=myuser&redirect=%2Ffile%2F2615632212%2FSMDST1E01.mp4&password=mypassword")
headers = ir.Head()
printAA(headers.GetResponseHeaders())
The headers im getting is as i havent "logged in"