checkHttpMethod

var checkHttpMethod: Boolean = true

Checks whether the HTTP method is allowed for the redirect. Only HttpMethod.Get and HttpMethod.Head are allowed for implicit redirection.

Please note: changing this flag could lead to security issues, consider changing the request URL instead.