POST request
ZennoDroid lets you send data in POST requests. With this action you can:
- send info to register on a website,
- upload files to a server,
- quickly send data,
- run templates without a browser,
- work with the API of web services and apps.
How do you add it to a project?
Use the context menu: Add action → HTTP → POST request.
"Main" tab
URL.
Target site address (link) where the request will be sent. You can use a variable.
Referer.
The Referer header is used to specify the URL from which the user came to the current page. It helps analyze traffic and track which resources users are coming from most often.
Encoding.
Choose the encoding for the request.
Timeout.
Maximum time to wait for a response from the site, in seconds. If the set time is reached, the action will fail and go down the red branch. You can use variable macros.
Data.
Write the request body text here.
Data type.
Here you choose what type of data will be sent in the request. The specified type is passed in the headers as Content-Type.
Available options: