How to integrate Hoppscotch with Astra CLI for Proxy service

Last updated: August 18, 2025

Overview

This guide explains how to configure Hoppscotch API development desktop application with Astra Proxy Service to capture HTTP traffic.


Prerequisites

You need to have Astra Proxy Service and Astra Traffic Collector running with astra-cli

šŸ“„ How to Setup Astra Proxy Service Integration using astra-cli


How to configure Hoppscotch

1. Open Setting in the Hoppscotch Desktop App

  • Launch the Hoppscotch desktop application on your system

  • In theĀ left vertical menu, click theĀ gear iconĀ (āš™) to openĀ Settings.

3. Configure Native Interceptor

image.png
  • In theĀ InterceptorĀ section:

    • SelectĀ ā€œNativeā€Ā as the interceptor type.

    • UnderĀ Native → Global Defaults:

      • TurnĀ off:

        • Verify Host

        • Verify Peer

      • TurnĀ on:

        • Proxy

      • Set theĀ Proxy URLĀ to:

        localhost:8181
        

4. Send a REST Request

hoppscotch-light.png
  • In theĀ left vertical menu, click theĀ ā€œRESTā€Ā button to switch to the REST client interface.

  • Enter your API request details (method, URL, headers, etc.).

  • ClickĀ ā€œSendā€Ā to fire the request via the configured proxy.

Your request is traced and you will now be able to see your API endpoint in Astra dashboard. You should be able to run the following command and confirm the whether tracing was done successfully

./astra-cli proxy logs
./astra-cli collector logs

šŸ“„ How to inspect logs using astra-cli