Is it possible to get a form value from a website with HttpWebResponse?
This is the part of the form i would like to get:
<input type="hidden" name="xsrf.token" value="1358947513192.f4c8aaf7af1eab614fab23a38c5ee785"/>
The name is always the same, but the value changes every time the page is vised.
Is it possible to get the value to a string?
Greetings,
Jos Vink
Replies
Know the answer? Post it — somebody with the same question will find it here.