Requestly
Product

Build & organize

Environments & VariablesDynamic VariablesGraphQL ClientSOAP & gRPC

Test & automate

Collection RunnerAPI Tests & AssertionsAI Test Case GeneratorRequestly CLI

Govern & secure

VaultTeam WorkspacesLocal ProjectsEnterprise Security

More tools

HTTP InterceptorFile ServerImport from PostmanAll features
PricingRequestly vs PostmanBlogDocsDownload

Home / Blog / HTTP Interceptor

How to Map Local (File)

Introduction

Map Local feature lets you serve the content of any local file as the response to an intercepted request in real time. This can greatly speed up development and testing as you can make changes in the file locally and test them live without updating them on the server.

Use Cases

  • Map production JS/CSS/HTML files to local files for testing.
  • Create Mock APIs using local files and use them in production.

How to Use Map Local?

In this example, we’ll use Requestly’s map local feature to serve the content of https://example.com from a local file. Here’s a quick peek at what we’ll do using Map Local. To do this, follow these steps:

How to Use Map Local? screenshot

  1. Download and Install the Requestly desktop app.
  2. Open the app, and click Connect Apps.
  3. Choose the browser you want to launch and open https://example.com
  4. In the Network Traffic table in the Requestly app, right-click on the request (example.com) and then select Redirect URL (Map Local/Remote)
  5. Select Map Local option and select the file from which you must serve the content.
  6. Click Create Rule and reload the website again to see the updated results.

Test any API request visually: import a cURL command or build from scratch in Requestly, the free API client for developers.

Download →