Open
Description
I was trying to understand the redirect URIs flow, and I was wondering if it's by design that the is_absolute_uri
function doesn't match URIs that have an authorization part
I.E. http://asd:ads@localhost/random
is not matched, even if it's an absolute URI by definition (scheme ":" hier-part [ "?" query ]
)