Star

Created With

linkURL Encoded Form Data

URL encoded form data (old school style) can be submitted using the form property.

⚠️ Note: when using the form property with URL encoded data, you MUST ALSO send header content-type: application/x-www-form-urlencoded

1link - name: Authenticate a user

2link request:

3link path: /authenticate

4link method: post

5link headers:

6link - name: content-type

7link value: application/x-www-form-urlencoded

8link payload:

9link form:

10link userName: john.doe

11link password: john.doe.password

12link response:

13link status_code: 200

See also: Example: URL Encoded Form Post

URL Encoded Form Data

Home

Getting Startedchevron_right
Basicschevron_right
Requestchevron_right

Request Basics Headers Cookies Query Parameters Path Parameters

Payload Bodychevron_right

File Uploads Auto-Retry Additional Options

Response Validationchevron_right

Overview

Assertionschevron_right

Status Code Headers & Cookies

Bodychevron_right
Hooks & JSchevron_right

Overview

Function Typeschevron_right
Suite-Level Hookschevron_right
Spec-Level Hookschevron_right
Contextchevron_right
DRY & Reusing Specschevron_right
Command Line Interface (CLI)chevron_right