Skip to main content
Use this page when cascadeflow needs to run inside enterprise networking constraints like proxies, custom CA bundles, or corporate PKI.

Zero-Config First

cascadeflow automatically detects common enterprise environment variables:

Explicit HTTP Configuration

For explicit control, use HttpConfig in Python or httpConfig in TypeScript.

Python

TypeScript

Enterprise Guidance

  • Prefer CA bundles over disabling SSL verification.
  • Keep proxy credentials out of source code.
  • Treat network configuration as deployment config, not app logic.

Deep Guide