You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ] )
The text was updated successfully, but these errors were encountered:
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 partI.E.
http://asd:ads@localhost/random
is not matched, even if it's an absolute URI by definition (scheme ":" hier-part [ "?" query ]
)The text was updated successfully, but these errors were encountered: