I would like to retrieve information from a CAPTCHA on one form and display it on another using file_get_contents
.
It happens that the page where the data is has the tag <noscript>
that warns:
"Please enable Javascript in your browser so that the service of captcha works correctly. "
This prevents data from being retrieved with file_get_contents
.
Is there any function or other way to retrieve this data by emulating javascript enabled?
The site is this: