Skip to main content

Get help for ARIS Process Mining functions and services

Add headers to a request

You can add various headers to the request URL.

By default, the following headers are defined for HTTP request. If you define these headers yourself, your header definitions are used for the request instead of the implicitly set headers.

  • For GET requests:

    Accept: application/json

  • For POST requests:

    Content type: application/json; charset=utf-8 if the body is not empty.

    Accept: application/json

Procedure. Procedure
  1. Select an endpoint on the Endpoints panel of the extraction.

  2. Display the Request options. Click the Arrow or More options icon to display or hide the options.

  3. Click Headers in the request options.

  4. Click + Add header.

  5. Specify a key and a value for the key in the corresponding input fields.

You added headers to the request URL.