It's possible it's just in the BODY. You can just try:
$data.ParsedHtml.getElementsByTagName("body").InnerHTML
See if that contains the server data, then it's just parsing it
It's possible it's just in the BODY. You can just try:
$data.ParsedHtml.getElementsByTagName("body").InnerHTML
See if that contains the server data, then it's just parsing it