Skip to content
Ulrich Berntien edited this page Sep 8, 2020 · 3 revisions

TWA-0810

Message

cookie '${cookie_name}' 'Path' attribute must contain a value of '/'

In the message output the variable ${cookie_name} is replaced by the name of the cookie.

Explanation

A cookie was found in the HTTP response with name __Host- prefix and Path attribute value not /.

The specification does not allow this combination. All cookies with __Host- prefix must have Path attribute with value /. No other value is allowed.

Remediation

Correct the value of the Path attribute or the name of the cookie in your web application.

See

Clone this wiki locally