C# HttpWebRequest and Javascript based form submittion actions -
i trying make simple web crawler learning experience , have hit wall. able set cookies, cookies, , keep cookies on session stuck when attempting submit login information. looking @ source of website see login form has username , password field submit button who's action javascript call.
if post call wouldn't have problem can't figure out how handle logging in using httpwebrequest. possible? if not how can go doing this? (can i?)
just because javascript call doesn't mean can't post. read javascript , see does, similar.
Comments
Post a Comment