Hi,
I want to automate registrations for a web site.
This website has captcha on the registration form, and this captcha will store in one cookie, and i know the cookie name.
What i wanted to do is, I want to send all the form data in POST request for the registration to complete. Is it possible?
Please suggest a better way to do this?
If so, please tell me the modules to use, how to send...