0
Reply

Use HttpWebResponse to get form value

Ask a question
Jos Vink

Jos Vink

11y
1.2k
1
Hello,

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