0
Performing a search, I found some examples fill out forms from third-party websites and capture the answer. Most of these examples use the PHP Curl library.
On the website gigasystem, there is a code that shows how to do, including using captcha.
I would like to go a little further, to "login" on the site. I made modifications to the code, but without success. I imagine not sending the information correctly, IE, I do not know exactly the identification of the parameters to be sent via POST.
Is there any way to find out?
First you have to know what the fields and fields names and url for the post to be sent etc, then you can login with Curl if the server allows.
– rafaelphp
@rafaelphp thanks for the reply. Really, the most important thing is to know the url to where the post is sent, how to find out? Seeing by
form
html looks like it sends to itself. I don’t know if it’s correct, or it’s some way to make it harder...– Rene Sá