Navigation
SEARCH
TOOLBOX
LANGUAGES

acsUseFoldedHeaders

From QA Cafe Support Wiki

Jump to: navigation, search

acsUseFoldedHeaders The ACS can be configured to use HTTP folded headers for digest authentication. When folded HTTP headers are used, each field of the digest authentication header is place on a separate line using the HTTP continuation character of ‘tab’ or ‘space’. The continuation character can be configured by configuring the testvar acsUseFoldedHeaders to tab or space.

Values: none | no | off | tab | space

Example:
testvar acsUseFoldedHeaders none
testvar acsUseFoldedHeaders tab
testvar acsUseFoldedHeaders space