isAuthHost

open fun isAuthHost(@Nullable url: String): Boolean

Return

true only when url targets a configured auth host by EXACT, case-insensitive host equality (never a substring/suffix match). Used to exclude credential-bearing auth traffic from body logging. Returns false for null/empty/malformed input.

Parameters

url

the request URL