Apicat Docs
  1. Account & preferences
Apicat Docs
  • What is Apicat?
  • Send requests
    • Create requests
      • Request basics
      • Parameters and body
      • Request headers
      • Request settings
      • Dynamic values
      • HTTP/2
      • SOAP/WebService
    • Authentication and authorization
      • Overview
      • CA and client certificates
      • Authorization types supported by Apidog
      • Digest Auth
      • OAuth 1.0
      • OAuth 2.0
      • Hawk Authentication
      • Kerberos
      • NTLM
      • Akamai EdgeGrid
    • Response and cookies
      • Overview
      • API response in Apidog
      • Create and send cookies
      • Debug requests
    • Dynamic values Modules
      • Airline
      • Animal
      • Color
      • Commerce
      • Company
      • Database
      • Datatype
      • Date
      • Finance
      • Food
      • Git
      • Hacker
      • Helpers
      • Image
      • Internet
      • Location
      • Lorem
      • Music
      • Number
      • Person
      • Phone
      • Science
      • String
      • System
      • Vehicle
      • Word
  • Environments & variables
    • Overview
    • Using variables
    • Environments & services
  • Pre/Post processors
    • Overview
    • Assertion
    • Extract variable
    • Wait
    • Database operations
      • Overview
      • MySQL
      • MongoDB
      • Redis
      • Oracle Client
    • Using scripts
      • Overview
      • Pre processor scripts
      • Post processor scripts
      • Public scripts
      • Postman scripts reference
      • Calling other programming languages
      • Using JS libraries
      • Visualizing responses
      • Script examples
        • Assertion scripts
        • Using variables in scripts
        • Using scripts to modify request messages
        • Other examples
  • Best practices
    • How to handle API signatures
    • How to access OAuth 2.0 protected APIs
    • Apidog collaboration workflow
    • Managing authentication state in Apidog
  • Account & preferences
    • Account settings
    • Generate OpenAPI access token
    • Language settings
    • Hot keys
    • Network proxy configuration
    • Data backup
    • Updating Apidog
    • Deleting account
    • Experimental Features
  • References
    • API-Design First Approach
    • Apidog OpenAPI/Swagger Specificaiton Extensions
    • JSONPath
    • XPath
    • Regular Expressions
    • JSON Schema
    • CSV File Format
    • Install Java Environment
    • Runner deployment environment
    • Apidog flavored Markdown
  1. Account & preferences

Network proxy configuration

A network proxy acts as an intermediary server, routing requests from Apidog to internet resources while safeguarding your internal network.
The Default Proxy Configuration manages how Apidog connects to the internet and sends API requests.
The API Request Proxy Configuration is specific to API requests and can be customized independently to use either the default settings or a custom setup.
If your proxy requires authentication, enter the necessary details under Settings > Network Proxy, accessible from the lower-left corner of the Apidog interface.
Both proxy settings offer a default option of Do Not Use Proxy, with the API configurations set to Use Default Configuration initially.

Default Proxy Configuration#

1.
The default proxy includes all network services related to Apidog such as server connection and API requests, with the initial setting of Do Not Use Proxy.
2.
If your local system uses a proxy, set Apidog’s default proxy to Use System Proxy.
3.
You can also configure a Custom Proxy if needed.

API Request Proxy Configuration#

1.
If set to Use Default Configuration, API requests will mirror the default proxy settings.
2.
For API requests to use the system proxy settings, ensure both default and API proxy settings are appropriately linked.
To incorporate the HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables from your system into Apidog, enable the following option:

Specific Proxy Configuration#

Configure Custom Proxy#

For using a different proxy server from the system settings for API requests, configure a custom proxy. You have the flexibility to route HTTP, HTTPS, or both types of requests through the custom proxy.
API Type: Define if HTTP, HTTPS, or both are routed via the proxy.
Proxy Server: Input the hostname or IP and port number.
Bypass: List the hosts that should bypass the proxy.
Authentication: If needed, enable this option and provide the username and password for the proxy.

Authentication Process#

For proxies requiring credentials, provide the username and password under Settings - Network Proxy. Ensure you turn on the Authentication feature under the chosen proxy configuration, either System Proxy or Custom, then click Save and Restart Apidog.

Proxy Setup During Login#

You can configure the Network Proxy directly from the login screen if a proxy is essential for accessing Apidog.
Modified at 2025-06-25 07:57:16
Previous
Hot keys
Next
Data backup
Built with