1
Hello! I am doing an application in the area of participatory budget, I would like to know what the best solution (if any) to connect to an external web page, fill out a form, allow the user to resolve the external page recaptcha and recover the response data from the external page. Outer page: http://apps.tse.jus.br/saae/consultaLocalVotacaoNome.do
I saw some solutions here to receive data from Cpf and cnpj of the IRS, but in these cases uses the captcha "image", this page brings the new recaptcha "check box".
I tried to load this page inside my page in an iframe but then I can’t even recover the html from iframe because it’s a cross domain issue.
Thanks in advance for your attention!
It would be possible to make this application with this site https://www8.receita.fazenda.gov.br/SimplesNacional/controleAccess/Autentica.aspx?id=60 I need access to this page with the data coming from the database
– Gilson Batista de Oliveira
Have you solved your problem? by coincidence I’m doing a similar project of looking for CPF for example, and most use recaptcha, fill the bag...
– Ale