winget install --id=hoppscotch.agent -e
The Hoppscotch Agent is a micro application designed to mitigate the challenges posed by CORS in modern web browsers. Acting as a local intermediary, it intercepts API requests made through the Hoppscotch web app and reroutes them through your local machine. This means that the Hoppscotch Agent handles requests using your local network configuration.
Hoppscotch Agent is a micro application designed to address CORS (Cross-Origin Resource Sharing) limitations in modern web browsers. Acting as a local intermediary, it enables developers to test and interact with APIs that would otherwise be restricted by browser security policies. By rerouting API requests through your local machine, the agent handles them using your system's network configuration.
Key Features:
Audience & Benefit: Ideal for developers working on APIs or web applications that encounter CORS restrictions. By eliminating the need to modify server-side configurations or use external proxies, Hoppscotch Agent streamlines the API testing and debugging process, allowing developers to focus on building and refining their APIs efficiently.
Built with ❤︎ by
<a href="https://github.com/hoppscotch/hoppscotch/graphs/contributors">
contributors
</a>
<img src="./packages/hoppscotch-common/public/images/banner-dark.png" />
</picture>
</a>
We highly recommend you take a look at the Hoppscotch Documentation to learn more about the app.
❤️ Lightweight: Crafted with minimalistic UI design.
⚡️ Fast: Send requests and get responses in real time.
🗄️ HTTP Methods: Request methods define the type of action you are requesting to be performed.
GET
POST
- The server creates a new entry in a databasePUT
- Updates an existing resourcePATCH
- Very similar to PUT
but makes a partial update on a resourceDELETE
- Deletes resource or related componentHEAD
- Retrieve response headers identical to those of a GET request, but without the response body.CONNECT
- Establishes a tunnel to the server identified by the target resourceOPTIONS
- Describe the communication options for the target resourceTRACE
- Performs a message loop-back test along the path to the target resourceLIST
. Type in your custom methods.🌈 Theming: Customizable combinations for background, foreground, and accent colors — customize now.
Customized themes are synced with your cloud/local session.
🔥 PWA: Install as a Progressive Web App on your device.
🚀 Request: Retrieve response from endpoint instantly.
method
URL
cURL
🔌 WebSocket: Establish full-duplex communication channels over a single TCP connection.
📡 Server-Sent Events: Receive a stream of updates from a server over an HTTP connection without resorting to polling.
🌩 Socket.IO: Send and Receive data with the SocketIO server.
🦟 MQTT: Subscribe and Publish to topics of an MQTT Broker.
🔮 GraphQL: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
🔐 Authorization: Allows to identify the end-user.
📢 Headers: Describes the format the body of your request is being sent in.
📫 Parameters: Use request parameters to set varying parts in simulated requests.
📃 Request Body: Used to send and receive data via the REST API.
Content Type
📮 Response: Contains the status line, headers, and the message/response body.
⏰ History: Request entries are synced with your cloud/local session storage.
📁 Collections: Keep your API requests organized with collections and folders. Reuse them with a single click.
Collections are synced with your cloud/local session storage.
📜 Pre-Request Scripts: Snippets of code associated with a request that is executed before the request is sent.
👨👩👧👦 Teams: Helps you collaborate across your teams to design, develop, and test APIs faster.
👥 Workspaces: Organize your personal and team collections environments into workspaces. Easily switch between workspaces to manage multiple projects.
⌨️ Keyboard Shortcuts: Optimized for efficiency.
🌐 Proxy: Enable Proxy Mode from Settings to access blocked APIs.
CORS
(Cross-Origin Resource Sharing) issueshttp://
) endpointsOfficial proxy server is hosted by Hoppscotch - GitHub - Privacy Policy.
🌎 i18n: Experience the app in your language.
Help us to translate Hoppscotch. Please read TRANSLATIONS
for details on our CODE OF CONDUCT
and the process for submitting pull requests to us.
☁️ Auth + Sync: Sign in and sync your data in real-time across all your devices.
Sign in with:
🔄 Synchronize your data: Handoff to continue tasks on your other devices.
✅ Post-Request Tests: Write tests associated with a request that is executed after the request's response.
🌱 Environments: Environment variables allow you to store and reuse values in your requests and scripts.
Unlimited environments and variables
Initialize through the pre-request script
Export as / import from GitHub gist
Use-cases
🚚 Bulk Edit: Edit key-value pairs in bulk.
:
#
to any row you want to add but keep disabled🎛️ Admin dashboard: Manage your team and invite members.
📦 Add-ons: Official add-ons for hoppscotch.
Hoppscotch CLI - Command-line interface for Hoppscotch.
Proxy - A simple proxy server created for Hoppscotch.
Browser Extensions - Browser extensions that enhance your Hoppscotch experience.
> Extensions fix CORS
issues.
Add-ons are developed and maintained under Hoppscotch Organization.
For a complete list of features, please read our documentation.
Follow our self-hosting documentation to get started with the development environment.
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
Please read CONTRIBUTING
for details on our CODE OF CONDUCT
, and the process for submitting pull requests to us.
We use GitHub Actions for continuous integration. Check out our build workflows.
See the CHANGELOG
file for details.
This project owes its existence to the collective efforts of all those who contribute — contribute now.
This project is licensed under the MIT License — see the LICENSE
file for details.
Enterprise edition feature. Learn more. ↩