wdisp/handle_webdisp_ap_header

Parameter

wdisp/handle_webdisp_ap_header

Short text

Communicate access points to application server

Parameter Description

With this parameter the SAP Web Dispatcher notifies the application server of its ports (access points) for the different protocols in an HTTP header. In the application server the protocol can be switched without any manual configuration (for example, from HTTP to HTTPS), or a redirect can be programmed.

The header field set by the Web Dispatcher has the syntax:

x-sap-webdisp-ap: http=[port], https=[port], [protocolXYZ]=[port]

For example:

x-sap-webdisp-ap: http=80,https=443

x-sap-webdisp-ap: http=80

Application Area

SAP Web Dispatcher

Default Value

2

Who is permitted to make changes?

Customer

Operating System Restrictions

None

Database System Restrictions

None

Are other parameters affected or dependent?

wdisp/add_client_protocol_header

Values allowed

Whole number between 0 and 3 with the following meaning:

0: No action (old behavior)
1: Header field with it own access information (if this field exists, it is set)
2: Set header field if not already set.
3: Delete header field if it exists.

You May Also Like

Leave a Reply?