⇤ ← Revision 1 as of 2014-07-29 00:13:19
Size: 465
Comment:
|
Size: 477
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
message = "This will be posted to file.php" data = {msg:message} URL = "http://localhost:8080" post URL DATA | message = "This will be posted to file.php" data = {msg:message} URL = "http://localhost:8080" post URL DATA |
Post
Usage: post URL DATA
message = "This will be posted to file.php" data = {msg:message} URL = "http://localhost:8080" post URL DATA
This will post the data to the given URL. In the example above it sends the message: "This will be posted to file.php" to a file on a locally hosted server.
An example of how you might use this command would be NEATOlert which is available here: NEATO