Closed pRieStaKos closed 2 years ago
Fix $_SERVER['QUERY_STRING'] to return realmId on parseAuthRedirectUrl($url).
$_SERVER['QUERY_STRING']
realmId
parseAuthRedirectUrl($url)
& on URL is not working with parse_str and returned only code on function.
&
parse_str
code
Fix
$_SERVER['QUERY_STRING']
to returnrealmId
onparseAuthRedirectUrl($url)
.&
on URL is not working withparse_str
and returned onlycode
on function.