Skip to content

HTTP Proxy

Native (explicit proxy) only - there is no browser session. The user points a browser or tool at the Bridge as an HTTP proxy; scope is enforced by capture_hosts / capture_subdomains. See the HTTP proxy options, the HTTP Proxy reference, and How users connect.

http.json
{
  "transaction_id": "txn-http-004",
  "protocol": "http",
  "username": "dave@corp",
  "capture_hosts": ["api.internal.corp"],
  "capture_subdomains": ["svc.internal.corp"],
  "blocked_methods": ["DELETE", "PUT"],
  "sanitize_headers_extend": ["x-internal-token"],
  "sanitize_body_fields_extend": ["ssn", "card_number"],
  "expires_at": 1750000000
}
terminal
broker-bridge-api.sh checkout-create --file http.json
  • Native - set the Bridge as your HTTP/HTTPS proxy (default port 8443); the picker shows the exact proxy address.
Last updated on