> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-docs-improve-idp-sso-pages.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Web Applications and APIs

> Web applications and APIs that provide HTTP/HTTPS endpoints for various services, applications, and data access interfaces.

<ConnectionTemplate
  config={{
"id": "webapps-and-apis",
"name": "Web Applications and APIs",
"description": "Web applications and APIs that provide HTTP/HTTPS endpoints for various services, applications, and data access interfaces.",
"category": "web-applications",
"icon-name": "tcp",
"tags": [
"web"
],
"overview": {
"description": "Access your web applications and APIs securely through Hoop.dev with intelligent traffic monitoring, automated request/response logging, and comprehensive access controls. Tunnel HTTP/HTTPS connections with built-in data masking and session recording for complete API governance."
},
"setupGuide": {
"accessMethods": {
  "webapp": false,
  "cli": true,
  "runbooks": false
}
},
"features": {
"tlsTerminationProxy": {
  "native": true,
  "oneOff": false
},
"audit": {
  "native": true,
  "oneOff": false
},
"dataMaskingGoogleDLP": {
  "native": false,
  "oneOff": false
},
"dataMaskingMSPresidio": {
  "native": false,
  "oneOff": false
},
"guardrails": {
  "native": false,
  "oneOff": true
},
"credentialsOffload": {
  "native": true,
  "oneOff": false
},
"interactiveAccess": {
  "native": false,
  "oneOff": false
}
},
"resourceConfiguration": {
"type": "custom",
"subtype": "web-application",
"credentials": [
  {
    "name": "HOST",
    "type": "env-var",
    "required": true,
    "description": "The IP or hostname of the service",
    "placeholder": "localhost"
  },
  {
    "name": "PORT",
    "type": "env-var",
    "required": true,
    "description": "The port of the service",
    "placeholder": "8080"
  }
]
},
"documentationConfig": {
"path": "quickstart/web-applications/webapps-and-apis"
}
}}
/>

<Note>
  This connection type uses the [HTTP Proxy](/quickstart/web-applications/http-proxy) connection under the hood. If you need features like credential offloading, custom headers, or data masking, use the HTTP Proxy connection type directly.
</Note>
