WOD won't proceed to the next step.. (General questions)
[code] data = wod(Index).Response.Body
If InStr(data, authenticity_token: ' ) Then
Token = Parse(data, authenticity_token: ' , ' } }); )
Me.Caption = Token
wod(Index).Request.FormPost.Add authenticity_token , Token
wod(Index).Request.FormPost.Add authenticity_token , Token
wod(Index).Request.FormPost.Add return_to_ssl , false
wod(Index).Request.FormPost.Add redirect_after_login= ,
wod(Index).Request.FormPost.Add session[username_or_email] , myuser
wod(Index).Request.FormPost.Add session[password] , mypass
wod(Index).Request.FormPost.Add commit , Sign+In
wod(Index).Post https://twitter.com/sessions
End If
[/code]
this is in my Done procedure after the first GET packet where all cookies and authenticity token are recieved yet..it doesn't POST for some reason...
Re: WOD won't proceed to the next step..
Hi,
It doesn't POST, or it posts, but you don't get the expected response?
Do you receive response at all?
Regards,
Damba
Re: WOD won't proceed to the next step..
Hi,
It doesn't POST, or it posts, but you don't get the expected response?
Do you receive response at all?
Regards,
Damba
i apologize it IS posting my packet sniffer must not sniff HTTPS lol sorry ty