checkHttpMethod

var checkHttpMethod: Boolean

Check if the HTTP method is allowed for redirect. Only HttpMethod.Get and HttpMethod.Head is allowed for implicit redirect.

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