Intelli-Webrunner

Language: English Ukrainian

Headers, Params, Body

The request editor has these tabs:

  1. Body
  2. Params
  3. Headers
  4. Before Request
  5. After Request

Body

  1. Raw shows a text editor.
  2. Form Data shows a table with name, value, type, enabled.
  3. Binary lets you choose a file to send as bytes.

Params

  1. Params are added to the URL on execution.
  2. Params are template-resolved.

Headers

  1. Headers are defined in a table with name, value, enabled.
  2. Disabled rows are not sent.
  3. Headers are template-resolved.

Auto-save

All fields save automatically while you edit.

Navigation: Home Previous: gRPC Requests Next: Response Viewer