We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ao inserir um CEP inválido, o campo fica girando pra sempre.
O request é feito pra API Viacep, que retorna 200 mas com um erro no body 🥴 Exemplo:
Request URL: https://viacep.com.br/ws/12345-678/json/ Request Method: GET Status Code: 200 OK Remote Address: 165.227.126.241:443 Referrer Policy: strict-origin-when-cross-origin
Porém no body da resposta temos :
{ "erro": "true" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ao inserir um CEP inválido, o campo fica girando pra sempre.
O request é feito pra API Viacep, que retorna 200 mas com um erro no body 🥴
Exemplo:
Porém no body da resposta temos :
The text was updated successfully, but these errors were encountered: