LABELS

{BC} or {IH}Replaced by your interaction host specified with -ih option.

{EMAIL}

Replaced by email address specified with -email option.

{CURRENT_URL}

Replaced by entire original URL request.

{CURRENT_PORT}

Replaced bythe original request web server port.

{CURRENT_PATH}

Replaced by the original request path.

{CURRENT_HOST}

Replaced by the original request host.

{CURRENT_METHOD}

Replaced by the original request method. (GET, POST, etc.)

{CURRENT_QUERY}

Replaced by the original request POST data query.

{CURRENT_SUBDOMAIN}

Replaced by the original request subdomain. (www,docs,prod,etc)

{CURRENT_FILE}

Replaced by the original request file.

{CURRENT_PROTOCOL}

Replaced by the original request protocol. (http,https)

{CURRENT_USER_AGENT}

Replaced by the original request user agent header value.

{CURRENT_REFERER}

Replaced by the original request referer header value.

{CURRENT_ORIGIN}

Replaced by the original request origin header value.

{CURRENT_ACCEPT}

Replaced by the original request accept header value.

{CURRENT_CONTENT_TYPE}

Replaced by the original request content type header value.

{CURRENT_ACCEPT_LANGUAGE}

Replaced by the original request accept language header value.

{CURRENT_ACCEPT_ENCODING}

Replaced by the original request accept encoding header value.

{CURRENT_CONTENT_LENGTH}

Replaced by the original request cointent length header value.

Last updated