supportedQop

List of supported Quality of Protection (qop) options.

The server can advertise support for:

When DigestQop.AUTH_INT is used, the request body is included in the digest calculation, providing integrity protection. Note that using auth-int requires reading the request body during authentication. If you need to access the body in your route handler, install the DoubleReceive plugin.

An empty list means qop is not required.

Report a problem