Skip to content

Define API Proxy Settings: REQ_PROXY

The REQ_PROXY action allows you to define proxy settings for your API calls. This step is optional and should be used only if your environment requires a proxy.

Example: Suppose your company requires all outbound API traffic to pass through a proxy server. You can add a REQ_PROXY step after starting the API request to ensure compliance with network security rules.

Proxy details should be entered in the following format:

Host|Port|Username|Password

Steps to Configure:

  1. Add a new step in your case anywhere after the REQ_START action and before REQ_END.
  2. From the Action drop-down, select Define API Proxy Settings (REQ_PROXY).
  3. Leave the Screen Name and Element Key fields blank.
  4. In the Parameters section, enter the proxy details in this format:
    Host|Port|Username|Password

Example: proxy.example.com|8080|myUser|myPassword

  1. Click Save.
v7_api_automation_req_proxy_list_view
List View
v7_api_automation_req_proxy_grid_view
Grid View

Expected Outcome on Execution:

  • If REQ_PROXY is configured, all subsequent REST API calls in that request will use the defined proxy.
  • If no REQ_PROXY step is configured, REST API calls will execute directly using normal network settings.

Last updated: Nov 20, 2025
Back To Top