Back to all steps

Grab page title and send

Step fields
http://mysite.com/post (url)
Grab the <title> and POST it to your address.
Example: https://myapi.com/titles
Usage example

Get the page <title> and send a POST.

Example: https://myapi.com/titles

POST request: the title arrives in the html field.

Receiving example (PHP): $_POST["html"]