WOD won't proceed to the next step.. - WeOnlyDo Discussion board

WOD won't proceed to the next step.. (General questions)

by noob, Monday, September 20, 2010, 20:53 (5176 days ago)

[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..

by wodDamir, Monday, September 20, 2010, 20:57 (5176 days ago) @ noob

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..

by noob, Monday, September 20, 2010, 21:01 (5176 days ago) @ wodDamir

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