Getting Started

Introduction

Installation

API Client

Overview

Make an API Request

Replay request from History

Import from cURL

Inspect Traffic

Overview

Filtering Traffic

Save Session

View Request/Response Details

HTTP Rules (Modify Traffic)

Overview

Redirect URL (Map Local, Map Remote)

Replace Strings (Switch Hosts, API Endpoints)

Modify Headers

Modify Request Body

Modify Response Body

Modify Query Params

Modify Cookies

Modify DOM/Inject scripts

Modify User Agents

Import from cURL

cURL is a command line tool and library used to transfer data with URLs.

You may load a request in the API Client from a cURL command.

Steps

  1. Click Import button in left sidebar. A dialog would open.

  2. Paste the cURL command in the text box.

    Untitled

  3. Click Import button in the dialog footer. All the request fields parsed from the cURL command will be populated in the API client.

  4. Click Send by editing some of the fields to see the response.

    Untitled

Copy cURL from browser Network devtool

  1. Go to the website, right click and select Inspect from the context menu.

  2. Switch to Network tab.

  3. Right click on the request from which cURL is to be copied.

  4. Select Copy > Copy as cURL.

  5. Import the cURL in Requestly to edit and replay.

    Untitled