Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#E3FCEF

Please read the Terms of Use for Materials on ZennoLab

Page Properties
hiddentrue

В русской версии почему-то не хочет включаться страница с помощью “Включить страницу”. Возможно потому, что на ней так же используются макросы включения.

Table of contents

Expand
titleClick here to expand the table of contents
Table of Contents
exclude^Оглавление$

...

There are separate actions for POST and GET requests - POST request and GET request

...

How to add an action to a project?

...

The address of the site to which the request will be sent., You can use a variable.

Referer

The Referer request header contains the URL of the original page from which the current page was navigated. The Referer header allows the server to find out where the link to the requested page came from.
Variable macros can be used.

Encoding

The encoding in which the request will be sent.

...

The maximum time to wait for a response from the site in seconds. When the set time is reached, the action will be completed with an error and will exit on the red thread.
Variable macros can be used.

Data

Content of the request.

...

For example, to interact with the CapMonster Cloud API, data must be sent by POST as a JSON request. To achieve this, select Other from the drop-down list and enter application/json in the field that appears.

...

By default, files are downloaded to the Trash folder in the ZennoPoster installed directory. The path to it may look like this - C:\Program Files\ZennoLab\RU\ZennoPoster Pro V7\7.4.0.0\Progs\Trash\ googlelogo_color_92x30dp.png

You can change this path in the settings, globally for all projects. Or by using an action during template execution.

...

A ready-made HTTP request can be created directly from the Traffic Window .

...

  1. Hover the cursor over the required query and right-click the context menu.

  2. Click Create action from request .

A fully populated HTTP request action appears on the project canvas.

...

If you work exclusively with the help of requests, then you can turn off the browser, thereby saving computer resources; you can do this either in the project settings or using the Browser Settings action.

...

Request transfer method

...

You can change the method of sending requests in the program settings (globally for all projects) or in the settings of a specific project.

...

...