Last active
September 18, 2018 03:18
-
-
Save luigifcruz/2963ae6ebdb661080a6cf01d6c4735e2 to your computer and use it in GitHub Desktop.
Correios API POST Rastreamento
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<body> | |
<form action="https://www2.correios.com.br/sistemas/rastreamento/ctrl/ctrlRastreamento.cfm?" method="post"> | |
<textarea style="display: none;" name="objetos">RX859960588CN</textarea> | |
<input type="submit" value="Go to Correios"> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment