1
Speak guys, I’m creating a store with a friend, one of the security measures is to check if the CPF really exists. thinking about it we found a website: https://www.situacaocadastral.com.br/ what CPF query, how can I send the user’s CPF to that page and display the result on my page?
There is no way, as I noticed, their system uses probably the IRS api, that when one type Cpf and press the search button, the data is sent to the api and this site only receives the return data on the screen. What you would have to do is a system to access the recipe api and not this page itself.
– LeAndrade
Related: https://answall.com/q/141182/8063
– Sam