I have to make hundreds of requests of the same form, which has 4 fields, on a page that is not mine. Is there any way I can create a script that can fill the form automatically?
On my side I have all the data that I need, so I was thinking if there's any way to send that data through the script and make it fill the fields.
There is a recaptcha on that site, so I wanted to at least save the time of writing everything.
Any suggestions?