I searched the web and found nothing.
On the website, there is a Input box for a E-Mail address. I would like to fill this field with an e-mail address and the send the form. Then i will get the whole source code from the website.
I don’t wanna give this to the URL like “?myvar=test&myvar2=test2”. I searched for examples for CURL, but found nothing.
I only want fill the form, send it, and get the source code. Or is there an addon for firefox or a free program?
With best regards
KalTo
You will need to look at the form action attribute. This should point you to the script the form is posted to. When you have that information you can send a POST request to that url using curl or when in php,