Quickstarts
Web Apps & APIs
Interact with web applications and APIs tunneling through hoop.dev.
Prerequisites
To get the most out of this guide, you will need to:
- Either create an account in our managed instance or deploy your own hoop.dev instance
- hoop.dev’s CLI installed in your local machine
- You must be your account administrator to perform the following commands
One-off | Interactive | Policies | Input Audits | Output Audits | |
---|---|---|---|---|---|
Command-line | |||||
Editor | Not applicable |
Port Forward local ports from your private network | HTTP example.
Name | Type | Description |
---|---|---|
HOST | env-var | The IP or hostname of the service |
PORT | env-var | The port of the service |
Connection Configuration
hoop admin create conn myservice --type application/tcp -a <agent> \
-e HOST=<host> \
-e PORT=<port>
How to Use it
hoop connect myservice --port 8080
Open the forwarded service in a web browser or via HTTP request.
curl http://127.0.0.1:8080
# or
open http://127.0.0.1:8080