`$uriString = "admin:admin@10.10.0.8/status.xml"` The above should assume an empty scheme, and a user/pass of `admin`. In fact, the actual scheme is seen as `admin` and an empty string for user info!
$uriString = "admin:admin@10.10.0.8/status.xml"The above should assume an empty scheme, and a user/pass of
admin.In fact, the actual scheme is seen as
adminand an empty string for user info!