1
The http://www.sintegra.gov.br/ is a government website with public information about companies.
When accessing the site I need to inform the CNPJ, select the UF of the CNPJ and fill the CAPTCHA...
I want to know how I can get this CAPTCHA box to appear for the user to fill this, within my management system. Example: User is in the customer registration screen and when filling the CNPJ field appears a CAPTCHA Poup that when filled correctly I can get the information of that CNPJ that are inside the SINTEGRA site (State Registration, street etc...)
The management system is developed in C# and I want to do this validation in Javascript!
Thanks in advance!