Skip to content

/AWS1/CL_SAGNETWORKTRAFCONFIG

The network traffic configuration for a pentest, including custom headers and traffic rules.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_rules TYPE /AWS1/CL_SAGNETWORKTRAFFICRULE=>TT_NETWORKTRAFFICRULELIST TT_NETWORKTRAFFICRULELIST

The list of network traffic rules that control which URLs are allowed or denied during testing.

it_customheaders TYPE /AWS1/CL_SAGCUSTOMHEADER=>TT_CUSTOMHEADERLIST TT_CUSTOMHEADERLIST

The list of custom HTTP headers to include in network traffic during testing.


Queryable Attributes

rules

The list of network traffic rules that control which URLs are allowed or denied during testing.

Accessible with the following methods

Method Description
GET_RULES() Getter for RULES, with configurable default
ASK_RULES() Getter for RULES w/ exceptions if field has no value
HAS_RULES() Determine if RULES has a value

customHeaders

The list of custom HTTP headers to include in network traffic during testing.

Accessible with the following methods

Method Description
GET_CUSTOMHEADERS() Getter for CUSTOMHEADERS, with configurable default
ASK_CUSTOMHEADERS() Getter for CUSTOMHEADERS w/ exceptions if field has no value
HAS_CUSTOMHEADERS() Determine if CUSTOMHEADERS has a value