POST Request

Deprecated Book

Send a POST Request

To send a POST request to a specified URL, use the following syntax:

set the url to "https://api.example.com/data"
set the header to "{\"Content-Type\": \"application/json\"}"
send a POST request to the url
the request's response
send a POST request to the url with
    the url to "https://api.example.com/data"
    the header to "{\"Content-Type\": \"application/json\"}"
the request's response
set the url to "https://api.example.com/upload"
get the file
send a POST request to the url with
    the data is the file
the request's response

Last updated

Was this helpful?