Header
Rest API - WIP
Enabling URL Encoding from the Body
Qualitia allows you to use the URL encoded form of data in the body section where user can send the body data in encoded form. URL encoding helps secure the data in the URL.
To enable URL encoding follow the below steps:
Create a REST API Object from the object tool kit.
On the Create API Object- HTTP window, go to Body section.
You will see JSON, Form, and File Upload under Body.
Go to Form and select URL Encoded to enable the URL encoding.
Click Save to save the changes.
Auto-Generated Default Request Headers for REST API Objects: When creating a REST API object, default request headers will now be auto-generated, reducing manual configuration and ensuring consistent headers across requests. The default headers are user-agent, accept, and connection.
The headers will get enabled according to the body form as well. For example, if JSON format is used for a body form, then header content-type should be selected as Application/JSON.
You won’t be able to delete headers that are populated automatically. You can unselect them if you don’t want to use but cannot delete.
Request Body Details in Execution Report: The Qualitia execution report now includes details of the request body. This enhancement helps users validate that the correct request body is being passed and assists in debugging and validation.
Footer