Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

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

  2. Click Create Action from Request.

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

...

Image RemovedChange the static value or replace it with variables - the action is completely ready to work.

...

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

ZennoPoster has two methods of working with requests - third-party development (standard method, Chilkat library) and our own (alternative method). If something does not work for you when working with HTTP requests using the standard method, then try switching to an alternative 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.

...

Usage example

You need to send the response ReCaptcha2 to the site to pass the anti-bot system.

...

  1. We get the captcha response

  2. Add a POST request action

  3. We fill in all the fields

  4. In the data we indicate the captcha response in the required format

  5. We send a response on the site

  6. We pass site protection

...