Skip to content

/AWS1/CL_BDCPROXYCONFIGURATION

Configuration for routing browser traffic through customer-managed proxy servers. Supports 1-5 proxy servers for domain-based routing and proxy bypass rules.

CONSTRUCTOR

IMPORTING

Required arguments:

it_proxies TYPE /AWS1/CL_BDCPROXY=>TT_PROXIES TT_PROXIES

An array of 1-5 proxy server configurations for domain-based routing. Each proxy can specify which domains it handles via domainPatterns, enabling flexible routing of different traffic through different proxies based on destination domain.

Optional arguments:

io_bypass TYPE REF TO /AWS1/CL_BDCPROXYBYPASS /AWS1/CL_BDCPROXYBYPASS

Optional configuration for domains that should bypass all proxies and connect directly to their destination, like the internet. Takes precedence over all proxy routing rules.


Queryable Attributes

proxies

An array of 1-5 proxy server configurations for domain-based routing. Each proxy can specify which domains it handles via domainPatterns, enabling flexible routing of different traffic through different proxies based on destination domain.

Accessible with the following methods

Method Description
GET_PROXIES() Getter for PROXIES, with configurable default
ASK_PROXIES() Getter for PROXIES w/ exceptions if field has no value
HAS_PROXIES() Determine if PROXIES has a value

bypass

Optional configuration for domains that should bypass all proxies and connect directly to their destination, like the internet. Takes precedence over all proxy routing rules.

Accessible with the following methods

Method Description
GET_BYPASS() Getter for BYPASS