Back to all steps

Grab page URL and send

Step fields
http://mysite.com/post (url)
Grab the current page URL and POST it to your address.
Example: https://myapi.com/visited-urls
Usage example

Get the current page URL and send a POST.

Example: https://myapi.com/visited-urls

POST request: the URL arrives in the html field.

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