POST
- Updated2023-02-17
- 1 minute(s) read
POST
Sends data to the URL you specify.
This node uses the POST HTTP method. Unlike a PUT request, POST requests do not require all available property and attribute values when updating a resource. You can choose to send all values to update the entire resource or just a subset of the available values.
Build a web client that interacts with servers, web pages, and web services with Hypertext Transfer Protocol (HTTP).
Sends data within the buffer input to the URL you specify.
Creates or updates data and sends it to the URL you specify.
Creates or updates data within the buffer input and sends the data to the URL you specify.
Related Information
- PUT
Creates or updates data and sends it to the URL you specify.
- PUT Buffer
Creates or updates data within the buffer input and sends the data to the URL you specify.