http-post
Action
Sends a POST request to submit data to a web server
Syntax
$response = http-post https://someurl
with direct URL
$response = http-post $url-var
with URL from variable
Sends a POST request to submit data to a web server
$response = http-post https://someurl
with direct URL
$response = http-post $url-var
with URL from variable