Documentation
WebsiteWebsiteAboutAbout
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Home
  • Get Started
  • Team Collaboration
  • Features
      • Overview
      • Active Environment
      • Encrypted Envs
      • Secret Managers
    • Authentication
    • Cookies
    • Code Snippet
    • Path Variables
    • System Variables
    • Request Chaining
    • Import/Export
    • cURL
    • Logs
    • Proxy
    • Common
    • Assertions
    • Array Testing
    • XML Testing
    • Schema Validation
    • Set Env Variable
    • Chart View
    • Advanced
    • Overview
    • API Reference
    • Env Variables
    • Assertions
    • Import JS Files
    • Node Libraries
    • Send Requests
    • Helper Functions
    • Postman to TC
    • Filters
    • Custom Filters
    • Overview
    • Login
  • Command Line
    • Overview
    • Install
    • Run Requests
    • Run Collection
    • List Command
    • cURL Command
    • CI/CD Integration
    • Help
  • More
  • Privacy

On This Page

  • CLI Proxy
Question? Give us feedback → (opens in a new tab)Edit this page
Features
Proxy

Proxy

  • VS Code proxy setting - https://code.visualstudio.com/docs/setup/network#_proxy-server-support (opens in a new tab)

CLI Proxy

  • You need to set in workspace -> .vscode -> settings.json for CLI to use proxy.
{
  "http.proxy": "http://username:password@host:port"
}
  • exclude Proxy Host List: Use this setting to exclude hosts from proxy, supports comma separated values e.g: *.abc.com,xyz.com.
LogsCommon

© 2024 Thunder Client Limited. Based in Dublin, Ireland