Question How do I grab Auth Token (Webrequest)

ForumMaster

New member
Joined
Sep 14, 2014
Messages
1
Programming Experience
Beginner
I have a website which I am trying to make a login to, I am using webrequest but on the login data it has a token which I cannot seem to find in source or loading headers.

token=d95ca761939f63bcc8460c8dbce8888c&username=" + TextBox1.Text + "&password= " + TextBox2.Text + " &perslogin=Y&signin_v1b2=Sign+In&tprefs1="

It is really weird and I cannot seem to solve it. Can anyone help me ?
 
Back
Top