Search results
PDF

How to pass form data

This section explains how to POST form data using the Rest API data source in Bold Reports.

  1. Specify the REST API URL in the URL field.
  2. Choose the Method type as POST.
  3. Choose Parameters in Request Body. Specify the key and values to post the data.
  4. In Header(s), specify the Content-Type of the form data. POST form data

NOTE: For POST action with Raw data we have handled the Content-Type request header based on the Data Format field value. So, it is not required to pass this header explicitly in Header(s) list. This will lead to Misused Header name error.

Misused header name error