Skip to content

Instantly share code, notes, and snippets.

@luigifcruz
Last active September 18, 2018 03:18
Show Gist options
  • Save luigifcruz/2963ae6ebdb661080a6cf01d6c4735e2 to your computer and use it in GitHub Desktop.
Save luigifcruz/2963ae6ebdb661080a6cf01d6c4735e2 to your computer and use it in GitHub Desktop.
Correios API POST Rastreamento
<!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